Skip to content

Commit

Permalink
Merge pull request #54 from ORNL-Fusion/master_dev
Browse files Browse the repository at this point in the history
Master dev
  • Loading branch information
cianciosa authored Aug 28, 2023
2 parents 4209464 + ebcd206 commit c0727d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Testing/tests/file_opts_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ add_test (NAME libstell_file_opts_tests_clean_directory
# Copy input file from the source to the build directory.
add_test (NAME libstell_file_opts_tests_copy_test_file
COMMAND cp ${CMAKE_CURRENT_SOURCE_DIR}/test_file ${CMAKE_CURRENT_BINARY_DIR}/test_file)
set_tests_properties (libstell_file_opts_tests_copy_test_file
PROPERTIES
DEPENDS libstell_file_opts_tests_clean_directory)

# Run the built in unit tests of LIBSTELL.
add_test (NAME libstell_file_opts_tests
COMMAND $<TARGET_PROPERTY:xstell_file_opts_runner,BINARY_DIR>/xstell_file_opts_runner)
set_tests_properties (libstell_file_opts_tests
PROPERTIES
DEPENDS libstell_file_opts_tests_copy_test_file)

0 comments on commit c0727d8

Please sign in to comment.