#!/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