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

#set -x
set -e

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