Add Boost unit test framework to test case linking

This commit is contained in:
Roland Kaufmann 2012-10-23 15:35:17 +02:00
parent 6c6c5fe893
commit 14818d49b4
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -58,5 +58,6 @@ tests/test_column_extract
tests/test_lapack
tests/test_read_vag
tests/test_readpolymer
tests/test_velocityinterpolation
tests/test_wells
tests/test_writeVtkData

View File

@ -61,6 +61,7 @@ test_read_vag_SOURCES = test_read_vag.cpp
test_sf2p_SOURCES = test_sf2p.cpp
test_velocityinterpolation_SOURCES = test_velocityinterpolation.cpp
test_velocityinterpolation_LDADD = $(LDADD) $(BOOST_UNIT_TEST_FRAMEWORK_LIB)
test_writeVtkData_SOURCES = test_writeVtkData.cpp