Removed cmake setting : NON_PUBLIC_TEST

This commit is contained in:
Joakim Hove 2015-10-21 16:56:10 +02:00
parent f15be17d14
commit a879e9cd41
2 changed files with 0 additions and 12 deletions

View File

@ -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)

View File

@ -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