summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-09-17 03:18:42 +0000
committerTavian Barnes <tavianator@gmail.com>2009-09-17 03:18:42 +0000
commitf46ea7eb1b6f55036f10b6ae919c1785cb72c836 (patch)
tree363720df95e7f462ff677b9c3515f47c842dc186 /configure.ac
parentfb147c5f6570a971ae25d07c74f94f6d2fdcb130 (diff)
downloadlibsandglass-f46ea7eb1b6f55036f10b6ae919c1785cb72c836.tar.xz
Add test suite.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5ce243..044ea79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,5 +45,6 @@ AM_CONDITIONAL([X86_64], [echo $host_cpu | grep 'x86_64$' >/dev/null])
dnl Generate Makefiles
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_FILES([Makefile
- src/Makefile])
+ src/Makefile
+ tests/Makefile])
AC_OUTPUT