From d28010e3f12c8d7e03fa6ef9233b3f1d3ebfaac2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 20 Oct 2009 23:23:31 -0500 Subject: Tests directory. --- Makefile.am | 3 ++- configure.ac | 1 + tests/Makefile.am | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/Makefile.am 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 + -- cgit v1.2.3