diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-09-17 03:18:42 +0000 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-09-17 03:18:42 +0000 |
commit | f46ea7eb1b6f55036f10b6ae919c1785cb72c836 (patch) | |
tree | 363720df95e7f462ff677b9c3515f47c842dc186 /Makefile.am | |
parent | fb147c5f6570a971ae25d07c74f94f6d2fdcb130 (diff) | |
download | libsandglass-f46ea7eb1b6f55036f10b6ae919c1785cb72c836.tar.xz |
Add test suite.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8439be1..4d4c438 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,6 @@ ######################################################################### ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src +SUBDIRS = src tests EXTRA_DIST = autogen.sh |