7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source ../common-env.sh
|
|
set -e
|
|
|
|
python3 generate.py $@
|
|
${MAKE:-make} -f run-test.mk
|