aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/only/run.sh
blob: 4b471bcb80f481a46c02178cf6d9842bd4e71e7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

#set -x
set -e

. ../template/init.sh

coq_makefile -f _CoqProject -o Makefile
make only TGTS="src/test.cmi src/test_aux.cmi" -j2
test -f src/test.cmi
test -f src/test_aux.cmi
! test -f src/test.cmo