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 /Makefile.am | |
parent | c35d5af1c2845ad072525e69f3f7be01994bcc2f (diff) | |
download | dimension-2404976a5d1210b4547a76678aada49d0ae74e44.tar.xz |
New test framework.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5e1e60f..574df64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = doc \ - libdimension + libdimension \ + tests EXTRA_DIST = autogen.sh |