Cosmetic change: remove the subdirectories for sources of the tests

that was a leftover of eWoms/Dumux...
This commit is contained in:
Andreas Lauser
2013-11-11 12:14:40 +01:00
parent 7c0ff8309f
commit a2600964ae
7 changed files with 5 additions and 5 deletions

View File

@@ -31,11 +31,11 @@
# find tests -name '*.cpp' -a ! -wholename '*/not-unit/*' -printf '\t%p\n' | sort
list (APPEND TEST_SOURCE_FILES
tests/test_fluidmatrixinteractions.cpp
tests/material/pengrobinson/test_pengrobinson.cpp
tests/material/ncpflash/test_ncpflash.cpp
tests/material/tabulation/test_tabulation.cpp
tests/material/fluidsystems/test_fluidsystems.cpp
tests/material/immiscibleflash/test_immiscibleflash.cpp
tests/test_pengrobinson.cpp
tests/test_ncpflash.cpp
tests/test_tabulation.cpp
tests/test_fluidsystems.cpp
tests/test_immiscibleflash.cpp
)
# originally generated with the command: