From 57a913f3cfd1758d2a89b012cca37fde2de883b7 Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Wed, 24 Jul 2024 11:47:26 -0600 Subject: [PATCH] Update some paths for test files (#832) --- Tests/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 597f1d575..2680e3242 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -37,10 +37,10 @@ endif() macro(setup_test) # Set variables for respective binary and source directories for the test set(CURRENT_TEST_SOURCE_DIR ${CMAKE_SOURCE_DIR}/Exec/RegTests/${TEST_EXE_DIR}) - set(CURRENT_TEST_BINARY_DIR ${CMAKE_BINARY_DIR}/Exec/RegTests/${TEST_EXE_DIR}/tests/${TEST_NAME}) + set(CURRENT_TEST_BINARY_DIR ${CMAKE_BINARY_DIR}/Exec/RegTests/${TEST_EXE_DIR}/${TEST_NAME}) set(CURRENT_TEST_EXE ${CMAKE_BINARY_DIR}/Exec/RegTests/${TEST_EXE_DIR}/${PROJECT_NAME}-${TEST_EXE_DIR}) - # Gold files should be submodule organized by machine and compiler (these are output during configure) - set(PLOT_GOLD ${GOLD_FILES_DIRECTORY}/${TEST_EXE_DIR}/tests/${TEST_NAME}/plt00010) + # Gold files should be organized by machine and compiler (these are output during configure) + set(PLOT_GOLD ${GOLD_FILES_DIRECTORY}/${TEST_EXE_DIR}/${TEST_NAME}/plt00010) # Test plot is currently expected to be after 10 steps set(PLOT_TEST ${CURRENT_TEST_BINARY_DIR}/plt00010) # Find fcompare