Skip to content

Commit

Permalink
tweak file location
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyjmurray committed Jul 25, 2024
1 parent 9310ccc commit 48774eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ if (GTest_FOUND)
)
target_link_libraries(RandBLAS_stats RandBLAS GTest::GTest GTest::Main)
gtest_discover_tests(RandBLAS_stats)
file(COPY test_basic_rng/kat_vectors.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../)
file(COPY test_basic_rng/kat_vectors.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../test/)
file(COPY test_basic_rng/kat_vectors.txt DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)

endif()
message(STATUS "Checking for regression tests ... ${tmp}")
Expand Down

0 comments on commit 48774eb

Please sign in to comment.