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

#set -x
set -e

. ../template/init.sh

coq_makefile -f _CoqProject -o Makefile
make
exec make validate