diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-10-04 19:05:07 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-10-04 19:05:07 +0000 |
commit | 2404976a5d1210b4547a76678aada49d0ae74e44 (patch) | |
tree | 48101872e19619290a105aba04bc71806a3ab6d7 /configure.ac | |
parent | c35d5af1c2845ad072525e69f3f7be01994bcc2f (diff) | |
download | dimension-2404976a5d1210b4547a76678aada49d0ae74e44.tar.xz |
New test framework.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4a7c2c7..503262a 100644 --- a/configure.ac +++ b/configure.ac @@ -32,5 +32,7 @@ dnl Generate Makefiles AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_FILES([Makefile doc/Makefile - libdimension/Makefile]) + libdimension/Makefile + tests/Makefile + tests/libdimension/Makefile]) AC_OUTPUT |