From a2600964aecacd122a8743ff2431c2e9ce8a04ff Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 11 Nov 2013 12:14:40 +0100 Subject: [PATCH] Cosmetic change: remove the subdirectories for sources of the tests that was a leftover of eWoms/Dumux... --- CMakeLists_files.cmake | 10 +++++----- tests/{material/fluidsystems => }/checkFluidSystem.hpp | 0 .../{material/fluidsystems => }/test_fluidsystems.cpp | 0 .../immiscibleflash => }/test_immiscibleflash.cpp | 0 tests/{material/ncpflash => }/test_ncpflash.cpp | 0 .../{material/pengrobinson => }/test_pengrobinson.cpp | 0 tests/{material/tabulation => }/test_tabulation.cpp | 0 7 files changed, 5 insertions(+), 5 deletions(-) rename tests/{material/fluidsystems => }/checkFluidSystem.hpp (100%) rename tests/{material/fluidsystems => }/test_fluidsystems.cpp (100%) rename tests/{material/immiscibleflash => }/test_immiscibleflash.cpp (100%) rename tests/{material/ncpflash => }/test_ncpflash.cpp (100%) rename tests/{material/pengrobinson => }/test_pengrobinson.cpp (100%) rename tests/{material/tabulation => }/test_tabulation.cpp (100%) diff --git a/CMakeLists_files.cmake b/CMakeLists_files.cmake index 73dda5fe8..3cb28d13b 100644 --- a/CMakeLists_files.cmake +++ b/CMakeLists_files.cmake @@ -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: diff --git a/tests/material/fluidsystems/checkFluidSystem.hpp b/tests/checkFluidSystem.hpp similarity index 100% rename from tests/material/fluidsystems/checkFluidSystem.hpp rename to tests/checkFluidSystem.hpp diff --git a/tests/material/fluidsystems/test_fluidsystems.cpp b/tests/test_fluidsystems.cpp similarity index 100% rename from tests/material/fluidsystems/test_fluidsystems.cpp rename to tests/test_fluidsystems.cpp diff --git a/tests/material/immiscibleflash/test_immiscibleflash.cpp b/tests/test_immiscibleflash.cpp similarity index 100% rename from tests/material/immiscibleflash/test_immiscibleflash.cpp rename to tests/test_immiscibleflash.cpp diff --git a/tests/material/ncpflash/test_ncpflash.cpp b/tests/test_ncpflash.cpp similarity index 100% rename from tests/material/ncpflash/test_ncpflash.cpp rename to tests/test_ncpflash.cpp diff --git a/tests/material/pengrobinson/test_pengrobinson.cpp b/tests/test_pengrobinson.cpp similarity index 100% rename from tests/material/pengrobinson/test_pengrobinson.cpp rename to tests/test_pengrobinson.cpp diff --git a/tests/material/tabulation/test_tabulation.cpp b/tests/test_tabulation.cpp similarity index 100% rename from tests/material/tabulation/test_tabulation.cpp rename to tests/test_tabulation.cpp