diff options
author | Ted Gould <ted@canonical.com> | 2009-10-20 23:23:31 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-20 23:23:31 -0500 |
commit | d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2 (patch) | |
tree | 4e79422b75402d9c808003884a4b58acbc95e3e5 | |
parent | ada3399cdf75c37fbd5485f44a714e82b888b245 (diff) | |
download | ayatana-indicator-application-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.tar.gz ayatana-indicator-application-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.tar.bz2 ayatana-indicator-application-d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2.zip |
Tests directory.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 3 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fb738a5..4eb69d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ SUBDIRS = data \ - src + src \ + tests DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall diff --git a/configure.ac b/configure.ac index ae39426..015677c 100644 --- a/configure.ac +++ b/configure.ac @@ -80,6 +80,7 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +tests/Makefile ]) ########################### diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..82ec364 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,3 @@ + +# Something here + |