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

#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