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

. ../template/init.sh

coq_makefile -f _CoqProject -o Makefile
cat Makefile.conf
make quick
make vio2vo J=2
test -f theories/test.vo
make validate