aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-08 12:18:23 -0400
committerTed Gould <ted@canonical.com>2009-10-08 12:18:23 -0400
commitfa946df247f0e16de3a355dd5696f4671277348a (patch)
treec1d82690e43665ad81fa0a96068108df51eb47ad
parent1ca966660489e088fe0e3fd7154ee54997209cff (diff)
downloadlibayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.tar.gz
libayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.tar.bz2
libayatana-indicator-fa946df247f0e16de3a355dd5696f4671277348a.zip
Adding in a tests folder
-rw-r--r--Makefile.am3
-rw-r--r--configure.ac1
-rw-r--r--tests/Makefile.am1
3 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ae85ded..f0211b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = \
- libindicator
+ libindicator \
+ tests
DISTCLEANFILES = \
libindicator-*.tar.gz
diff --git a/configure.ac b/configure.ac
index fc7fcab..db437a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ AC_OUTPUT([
Makefile
libindicator/Makefile
libindicator/indicator.pc
+tests/Makefile
])
###########################
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..8ac6544
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1 @@
+#Something should go here