aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/native1
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-07-17 14:03:35 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2017-07-20 15:40:48 +0200
commit82b197a87e154d5206d74dfe53f5b5f5215f1a3e (patch)
tree890fbab723582db8227e9964ac517a361cd098fe /test-suite/coq-makefile/native1
parent2065b2abcc4fd42345ab9bfdafd75cf2a5a0889d (diff)
more verbose logs for coq-makefile
Diffstat (limited to 'test-suite/coq-makefile/native1')
-rwxr-xr-xtest-suite/coq-makefile/native1/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/native1/run.sh b/test-suite/coq-makefile/native1/run.sh
index 5a7b7694c..3bec11cb7 100755
--- a/test-suite/coq-makefile/native1/run.sh
+++ b/test-suite/coq-makefile/native1/run.sh
@@ -6,6 +6,7 @@ if [[ `which ocamlopt` && $NATIVECOMP ]]; then
. ../template/init.sh
coq_makefile -f _CoqProject -o Makefile
+cat Makefile.conf
make
make html mlihtml
make install DSTROOT="$PWD/tmp"