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

. ../template/init.sh

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