aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/extend-subdirs/run.sh
blob: db11601132ab2a11e584e0c03fcac68e272e1565 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

#set -x
set -e

. ../template/init.sh

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