mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
changed: use test_ as a prefix instead of a postfix
this so our cmake macros understands it is a test and can handle them accordingly
This commit is contained in:
parent
14ea7070bb
commit
957c0c6073
@ -26,8 +26,8 @@
|
||||
# originally generated with the command:
|
||||
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
|
||||
list (APPEND TEST_SOURCE_FILES
|
||||
tests/common/boundaryconditions_test.cpp
|
||||
tests/common/matrix_test.cpp
|
||||
tests/common/test_boundaryconditions.cpp
|
||||
tests/common/test_matrix.cpp
|
||||
tests/common/test_gravitypressure.cpp
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user