DCD/tests/extra/tc_ufcs_all_kinds/run.sh
2023-05-17 16:15:21 +02:00

7 lines
93 B
Bash
Executable file

#!/bin/bash
if [ -z "${DC:-}" ]; then
DC=dmd
fi
DC="$DC" "$DC" -run generate_tests.d "$1"