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

. ../template/init.sh

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