From 6af6676d5fcc30e578b0315ad78a1ef71e18e88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Mon, 29 Aug 2022 17:05:15 +0200 Subject: [PATCH] Remove Tests Which Only Passed by Accident There is no reason to expect that, for instance, the dynamic control mode in a restart file is equal to that of the input file. --- ExtraTests.cmake | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ExtraTests.cmake b/ExtraTests.cmake index 71c1459ba..48246261e 100644 --- a/ExtraTests.cmake +++ b/ExtraTests.cmake @@ -59,16 +59,6 @@ foreach (test BoxTest list(APPEND EXTRA_TESTS ${test}) endforeach () -opm_add_test( rst_spe1 - SOURCES tests/rst_test.cpp - LIBRARIES ${TEST_LIBS} - TEST_ARGS tests/SPE1CASE2.DATA tests/SPE1CASE2_RESTART.DATA ) - -opm_add_test( rst_msw - SOURCES tests/rst_test.cpp - LIBRARIES ${TEST_LIBS} - TEST_ARGS tests/MSW.DATA tests/MSW_RESTART.DATA ) - add_test( NAME rst_deck_test COMMAND ${PROJECT_SOURCE_DIR}/tests/rst_test_driver.sh ${PROJECT_BINARY_DIR}/bin/rst_deck ${PROJECT_BINARY_DIR}/bin/opmhash ${PROJECT_SOURCE_DIR}/tests/SPE1CASE2_INCLUDE.DATA)