Skip to content

Commit

Permalink
Adapt to coq/coq#19530
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Sep 19, 2024
1 parent b5f572f commit 2849ebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/serlib/genarg/test_roundtrip.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
set -e

FCC=../../../compiler/fcc.exe
COQLIB=$(coqc -config | grep COQLIB | sed -e 's/COQLIB=//')
FILE_IN="$1"
FILE_OUT="${FILE_IN%.v}.sexp"

$FCC --display=quiet "$FILE_IN"
$FCC --coqlib="${COQLIB}" --display=quiet "$FILE_IN"
# $SERCOMP --input=vernac --mode=sexp --exn_on_opaque "$FILE_IN" > "$FILE_OUT"
# $SERCOMP --input=sexp --mode=check "$FILE_OUT"

0 comments on commit 2849ebc

Please sign in to comment.