Reformatted test adding.

This commit is contained in:
Joakim Hove
2016-02-04 15:13:40 +01:00
parent 8b12fda9c3
commit ff1802ebb7

View File

@@ -1,2 +1,6 @@
opm_add_test(runEclipseStateTests SOURCES EclipseStateTests.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
foreach(tapp EclipseStateTests )
opm_add_test(run${tapp} SOURCES ${tapp}.cpp
LIBRARIES opmparser ${Boost_LIBRARIES})
endforeach()