Skip to content

Commit

Permalink
Update some paths for test files (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrood-nrel authored Jul 24, 2024
1 parent 1ce0ed1 commit 57a913f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57a913f

Please sign in to comment.