mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Removed cmake setting : NON_PUBLIC_TEST
This commit is contained in:
parent
f15be17d14
commit
a879e9cd41
@ -55,8 +55,6 @@ else()
|
||||
|
||||
endif()
|
||||
|
||||
option( INCLUDE_NON_PUBLIC_TESTS "Include the tests which need non-public data" OFF)
|
||||
|
||||
# not the same location as most of the other projects? this hook overrides
|
||||
macro (dir_hook)
|
||||
endmacro (dir_hook)
|
||||
|
@ -69,16 +69,6 @@ list (APPEND TEST_DATA_FILES
|
||||
tests/VFPPROD2
|
||||
)
|
||||
|
||||
# Note, these two files are not included in the repo.
|
||||
# If enabling INCLUDE_NON_PUBLIC_TESTS, please add add symlink to the folder
|
||||
# "non_public" containing these two files.
|
||||
if (INCLUDE_NON_PUBLIC_TESTS)
|
||||
list (APPEND TEST_DATA_FILES
|
||||
tests/non_public/SPE1_opm.DATA
|
||||
tests/non_public/spe1.xml
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
# originally generated with the command:
|
||||
# find tutorials examples -name '*.c*' -printf '\t%p\n' | sort
|
||||
|
Loading…
Reference in New Issue
Block a user