noinst_PROGRAMS = create.test copy.test create_test_SOURCES = create.cpp create_test_CPPFLAGS = -I$(top_srcdir)/src copy_test_SOURCES = copy.cpp copy_test_CPPFLAGS = -I$(top_srcdir)/src TESTS = \ create.test \ copy.test check-chromosome: create.test copy.test clean-local: rm -f *.test