Skip to content

Commit 8f9d2ff

Browse files
committed
fix(rng): fix AI RNG tests
1 parent ab16fd6 commit 8f9d2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

artificialintelligence/assignments/rng/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ add_executable(ai-rng rng.cpp)
33
file(GLOB TEST_INPUT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/tests/*.in)
44
file(GLOB TEST_OUTPUT_FILES ${CMAKE_CURRENT_SOURCE_DIR}/tests/*.out)
55

6-
add_custom_test(ai-maze-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ai-rng "${TEST_INPUT_FILES}" "${TEST_OUTPUT_FILES}")
6+
add_custom_test(ai-rng-test ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ai-rng "${TEST_INPUT_FILES}" "${TEST_OUTPUT_FILES}")
77

0 commit comments

Comments
 (0)