Add build system, move tests to tests/

This commit is contained in:
Bård Skaflestad
2011-12-08 14:48:40 +01:00
parent 16780b8312
commit 465f23ac7a

10
tests/Makefile.am Normal file
View 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