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