Skip to content

Commit

Permalink
add a dummy target which tests depends on
Browse files Browse the repository at this point in the history
this is used to ensure build order in a super project
  • Loading branch information
akva2 committed Jan 19, 2018
1 parent f1f597b commit d1d4b8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ endmacro (tests_hook)
# all setup common to the OPM library modules is done here
include (OpmLibMain)

add_custom_target(opm-material_prepare)

opm_add_test(test_blackoilfluidstate)
opm_add_test(test_eclblackoilfluidsystem CONDITION OPM_PARSER_FOUND)
opm_add_test(test_eclblackoilpvt CONDITION OPM_PARSER_FOUND)
Expand Down

0 comments on commit d1d4b8b

Please sign in to comment.