Add BitGenerator tests. Restructure tests.
[genetic.git] / Makefile.am
index 2d61fca186ae3fadf33051256dd14460cd726688..77706d61da6f08dfc00e657467e94c441664c551 100644 (file)
@@ -1,5 +1,6 @@
 AUTOMAKE_OPTIONS = gnu subdir-objects
 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
+AM_CXXFLAGS=-std=c++11
 
 EXTRA_DIST = \
     config.rpath
@@ -23,6 +24,8 @@ CLEANFILES = \
     %~ \
     doxyfile.stamp
 
+SUBDIRS = . tests
+
 bin_PROGRAMS = bin/genetic
 dist_noinst_SCRIPTS = autogen.sh
 
@@ -31,9 +34,8 @@ bin_genetic_SOURCES = \
 
 bin_genetic_CPPFLAGS = \
     $(bin_genetic_CFLAGS) \
-    -Wall -pedantic -Wextra \
-    @GEDCOM_CFLAGS@ \
     -I$(top_srcdir)/src \
+    -Wall -pedantic -Wextra \
     -Wl,--export-dynamic
 
 bin_genetic_LDADD = \