Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b5c40987 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Use absolute path to input batch test file

parent 9a4feded
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,10 @@ install(
# Configure the tests target.
enable_testing()
add_test(NAME minisolver_single COMMAND minisolver --size 1600)
add_test(NAME minisolver_batch COMMAND minisolver --batch-input ../tests.csv)
add_test(
NAME minisolver_batch
COMMAND minisolver --batch-input ${PROJECT_SOURCE_DIR}/tests.csv
)
# Show final configuration report.
include(FeatureSummary)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment