aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-04-20 09:34:10 -0500
committerTed Gould <ted@canonical.com>2009-04-20 09:34:10 -0500
commita1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076 (patch)
treeeb4ad989bf2a8fa92cea21b0d9cea89005e9c138
parent8270f15190ba2a22183b30c8ef39329918ca1191 (diff)
downloadlibayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.gz
libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.tar.bz2
libayatana-indicator-a1ccd1a94e3b2ec2c7ce60c5b6b8824a2bf04076.zip
Moving tests to examples
-rw-r--r--.bzrignore7
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--examples/Makefile.am (renamed from tests/Makefile.am)0
-rw-r--r--examples/im-client.c (renamed from tests/im-client.c)0
-rw-r--r--examples/indicate-alot.c (renamed from tests/indicate-alot.c)0
-rw-r--r--examples/indicate-and-crash.c (renamed from tests/indicate-and-crash.c)0
-rw-r--r--examples/listen-and-print.c (renamed from tests/listen-and-print.c)0
-rw-r--r--examples/show-hide-server.c (renamed from tests/show-hide-server.c)0
-rwxr-xr-xexamples/test.js (renamed from tests/test.js)0
10 files changed, 9 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore
index 2e5dd36..6d29896 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -60,3 +60,10 @@ libindicate/indicate-enum-types.h
libindicate/libindicate_la-indicate-enum-types.lo
libindicate/s-enum-types-c
libindicate/s-enum-types-h
+examples/.deps
+examples/.libs
+examples/im-client
+examples/indicate-alot
+examples/indicate-and-crash
+examples/listen-and-print
+examples/show-hide-server
diff --git a/Makefile.am b/Makefile.am
index d4f7ca2..7230246 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
SUBDIRS = \
src \
libindicate \
- tests \
+ examples \
data \
po \
docs
diff --git a/configure.ac b/configure.ac
index ca46ff9..bfa784a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ Makefile
src/Makefile
libindicate/Makefile
libindicate/indicate.pc
-tests/Makefile
+examples/Makefile
data/Makefile
po/Makefile.in
docs/Makefile
diff --git a/tests/Makefile.am b/examples/Makefile.am
index 862046e..862046e 100644
--- a/tests/Makefile.am
+++ b/examples/Makefile.am
diff --git a/tests/im-client.c b/examples/im-client.c
index bf2fbb2..bf2fbb2 100644
--- a/tests/im-client.c
+++ b/examples/im-client.c
diff --git a/tests/indicate-alot.c b/examples/indicate-alot.c
index 479040b..479040b 100644
--- a/tests/indicate-alot.c
+++ b/examples/indicate-alot.c
diff --git a/tests/indicate-and-crash.c b/examples/indicate-and-crash.c
index c002a54..c002a54 100644
--- a/tests/indicate-and-crash.c
+++ b/examples/indicate-and-crash.c
diff --git a/tests/listen-and-print.c b/examples/listen-and-print.c
index dcad92b..dcad92b 100644
--- a/tests/listen-and-print.c
+++ b/examples/listen-and-print.c
diff --git a/tests/show-hide-server.c b/examples/show-hide-server.c
index 23c1ea1..23c1ea1 100644
--- a/tests/show-hide-server.c
+++ b/examples/show-hide-server.c
diff --git a/tests/test.js b/examples/test.js
index 45b0d05..45b0d05 100755
--- a/tests/test.js
+++ b/examples/test.js