aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2015-03-06 09:00:05 -0600
committerTed Gould <ted@gould.cx>2015-03-06 09:00:05 -0600
commit8ac8ca2cd9375cc3d9cdf7e50b9f07dad6c4ef8e (patch)
tree99b51735c0d0b1c6c68f76d744e220a08cec82b3
parentdbd3db2c833f9b02fb8e399551e977cf950cf559 (diff)
downloadayatana-indicator-messages-8ac8ca2cd9375cc3d9cdf7e50b9f07dad6c4ef8e.tar.gz
ayatana-indicator-messages-8ac8ca2cd9375cc3d9cdf7e50b9f07dad6c4ef8e.tar.bz2
ayatana-indicator-messages-8ac8ca2cd9375cc3d9cdf7e50b9f07dad6c4ef8e.zip
One test directory to rule them all
-rw-r--r--Makefile.am4
-rw-r--r--configure.ac2
-rw-r--r--tests/Makefile.am (renamed from test/Makefile.am)0
-rw-r--r--tests/applications/test.desktop (renamed from test/applications/test.desktop)0
-rw-r--r--tests/indicator-messages-service-activate.build.sh (renamed from test/indicator-messages-service-activate.build.sh)0
-rw-r--r--tests/indicator-messages-service-activate.c (renamed from test/indicator-messages-service-activate.c)0
-rw-r--r--tests/manual (renamed from test/manual)0
-rwxr-xr-xtests/test-client.py (renamed from test/test-client.py)0
-rw-r--r--tests/test-gactionmuxer.cpp (renamed from test/test-gactionmuxer.cpp)0
9 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f8141a8..fe247b6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -12,10 +12,10 @@ endif
if BUILD_TESTS
SUBDIRS += \
- test
+ tests
# build src first
-test: src
+tests: src
endif
diff --git a/configure.ac b/configure.ac
index 8550030..4190606 100644
--- a/configure.ac
+++ b/configure.ac
@@ -172,7 +172,7 @@ data/icons/scalable/status/Makefile
data/icons/scalable/categories/Makefile
data/upstart/Makefile
po/Makefile.in
-test/Makefile
+tests/Makefile
libmessaging-menu/Makefile
libmessaging-menu/messaging-menu.pc
doc/Makefile
diff --git a/test/Makefile.am b/tests/Makefile.am
index b679615..b679615 100644
--- a/test/Makefile.am
+++ b/tests/Makefile.am
diff --git a/test/applications/test.desktop b/tests/applications/test.desktop
index c2332b9..c2332b9 100644
--- a/test/applications/test.desktop
+++ b/tests/applications/test.desktop
diff --git a/test/indicator-messages-service-activate.build.sh b/tests/indicator-messages-service-activate.build.sh
index 87a0316..87a0316 100644
--- a/test/indicator-messages-service-activate.build.sh
+++ b/tests/indicator-messages-service-activate.build.sh
diff --git a/test/indicator-messages-service-activate.c b/tests/indicator-messages-service-activate.c
index f5a26b0..f5a26b0 100644
--- a/test/indicator-messages-service-activate.c
+++ b/tests/indicator-messages-service-activate.c
diff --git a/test/manual b/tests/manual
index d638875..d638875 100644
--- a/test/manual
+++ b/tests/manual
diff --git a/test/test-client.py b/tests/test-client.py
index 0dbf868..0dbf868 100755
--- a/test/test-client.py
+++ b/tests/test-client.py
diff --git a/test/test-gactionmuxer.cpp b/tests/test-gactionmuxer.cpp
index 5c98c90..5c98c90 100644
--- a/test/test-gactionmuxer.cpp
+++ b/tests/test-gactionmuxer.cpp