mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 16:46:47 +00:00
10 lines
184 B
Bash
10 lines
184 B
Bash
#!/bin/bash
|
|
|
|
RUN_TEST="runtestMQOption2"
|
|
|
|
if [ "$#" -gt 0 ]; then
|
|
RUN_TEST+=" $*"
|
|
fi
|
|
RUN_TEST+=" --config @CMAKE_BINARY_DIR@/bin/ConfigFileTest.cfg"
|
|
|
|
@CMAKE_BINARY_DIR@/bin/$RUN_TEST |