DCD/tests/extra/tc_ufcs_all_kinds/run.sh

8 lines
101 B
Bash
Executable File

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