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

. ../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