Skip to content
Snippets Groups Projects
Commit be8c9426 authored by Timon Habenicht's avatar Timon Habenicht
Browse files

renames testingHULC to NumericalTests

parent 2c63bb3c
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -178,6 +178,6 @@ endif()
if(HULC.BUILD_NUMERIC_TESTS)
add_subdirectory(3rdParty/fftw/fftw-3.3.7)
add_subdirectory(targets/tests/TestingHULC)
add_subdirectory(targets/tests/NumericalTests)
endif()
......@@ -6,7 +6,7 @@
TEST_P(OrderOfAccuracy, Test) {
DataQueue input = GetParam();
if (input.expected) {
TEST_COUT(input.testName, input.la, input.lb, input.valueName, input.valueName, "OrderOfAccuracy", input.a, input.b, input.orderOfAccuracy);
//TEST_COUT(input.testName, input.la, input.lb, input.valueName, input.valueName, "OrderOfAccuracy", input.a, input.b, input.orderOfAccuracy);
}
ASSERT_THAT(OrderOfAccuracy::test(input.orderOfAccuracy, input.minOrderOfAccuracy), Eq(input.expected));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment