Skip to content

Commit

Permalink
[#145] Cmake update to run tests from build directory instead of source;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed May 30, 2023
1 parent c64091c commit bac1674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# NASA IV&V
# [email protected]

set(PROJECT_TEST_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set(PROJECT_TEST_DIR ${CMAKE_BINARY_DIR})

# add_test(NAME Process_Security
# COMMAND ${PROJECT_BINARY_DIR}/bin/process_security tc ${PROJECT_TEST_DIR}/data/tc4.1.dat
Expand Down

0 comments on commit bac1674

Please sign in to comment.