Add Boost unit test framework to test case linking
This commit is contained in:
parent
6c6c5fe893
commit
14818d49b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user