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

#set -x
set -e

. ../template/init.sh
coq_makefile -f _CoqProject -o Makefile
make
exec test -f "subdir/done"