aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/compat-subdirs/run.sh
blob: 211f73adc7965f25be9f58ceedb5274dc6661b52 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

. ../template/init.sh

coq_makefile -f _CoqProject -o Makefile
make
exec test -f "subdir/done"