aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/validate1/run.sh
blob: 61025021d094428453836da336b087d70260e143 (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 make validate