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:
Arne Morten Kvarving 2020-02-19 12:36:45 +01:00
parent 14ea7070bb
commit 957c0c6073
3 changed files with 2 additions and 2 deletions

View File

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