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

#set -x
set -e

. ../template/init.sh

coq_makefile -f _CoqProject -o Makefile
make .merlin
cat > desired <<EOT
B src
S src
EOT
tail -2 .merlin > actual
exec diff -u desired actual