Add build system, move tests to tests/
This commit is contained in:
10
tests/Makefile.am
Normal file
10
tests/Makefile.am
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user