mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
11 lines
190 B
Bash
11 lines
190 B
Bash
#!/bin/bash
|
|
|
|
RUN_TEST="runtestMQOption1"
|
|
|
|
if [ "$#" -gt 0 ]; then
|
|
RUN_TEST+=" $*"
|
|
fi
|
|
|
|
RUN_TEST+=" --config-json-file @CMAKE_BINARY_DIR@/bin/testJSON.json"
|
|
|
|
@CMAKE_BINARY_DIR@/bin/$RUN_TEST |