Add tests.
[genetic.git] / configure.ac
index 04d60ccf1f47693f39b972c2189580b2f287dcdf..25a8fedc43ae60d9e071281cdf6189143565d541 100644 (file)
@@ -4,7 +4,11 @@ AC_PREREQ([2.59])
 AM_INIT_AUTOMAKE([1.10 -Wall])
 AC_CONFIG_HEADERS([config.h])
 AC_PROG_CXX
-AC_CONFIG_FILES([Makefile])
+AC_CONFIG_FILES([
+    Makefile
+    tests/Makefile
+    tests/gene/Makefile
+])
 
 AC_OUTPUT