51f78d95d2dfac51db5bf958cda35e31c844e725
[genetic.git] / tests / chromosome / Makefile.am
1 noinst_PROGRAMS  = create.test copy.test
2
3 create_test_SOURCES  = create.cpp
4 create_test_CPPFLAGS = -I$(top_srcdir)/src
5
6 copy_test_SOURCES  = copy.cpp
7 copy_test_CPPFLAGS = -I$(top_srcdir)/src
8
9 TESTS = \
10     create.test \
11     copy.test
12
13 check-chromosome: create.test copy.test
14
15 clean-local:
16         rm -f *.test