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

. ../template/init.sh

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