Skip to content

Commit

Permalink
Use deterministic test seed
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Sep 6, 2018
1 parent 6b08d2c commit 8041dc9
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 @@ -32,7 +32,7 @@ foreach (algo_index RANGE 29)# 43
set (enable_ FALSE)
endif ()
if (enable_)
add_test (NAME testopt_algo${algo_index}_obj${obj_index} COMMAND testopt -a ${algo_index} -o ${obj_index})
add_test (NAME testopt_algo${algo_index}_obj${obj_index} COMMAND testopt -r 0 -a ${algo_index} -o ${obj_index})
if (CMAKE_HOST_SYSTEM_NAME MATCHES Windows)
set_tests_properties (testopt_algo${algo_index}_obj${obj_index} PROPERTIES ENVIRONMENT "PATH=${PROJECT_BINARY_DIR}\\${CMAKE_BUILD_TYPE};$ENV{PATH}") # to load dll
endif ()
Expand Down

0 comments on commit 8041dc9

Please sign in to comment.