diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 00000000..a9bd3871 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,10 @@ +noinst_PROGRAMS = \ +test_cfs_tpfa \ +test_jacsys \ +test_readvector \ +test_sf2p + +test_jacsys_SOURCES = test_jacsys.cpp +test_readvector_SOURCES = test_readvector.cpp +test_sf2p_SOURCES = test_sf2p.cpp +