We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bed108 commit b3efd5cCopy full SHA for b3efd5c
Makefile.test-suite.coq.local
@@ -12,8 +12,9 @@ DIFF=\
12
$(COQTOP) $(COQFLAGS) $(COQLIBS) -topfile $(1) \
13
< $(1) 2>&1 \
14
| sed 's/Coq < *//g' \
15
+ | sed 's/Rocq < *//g' \
16
| grep -v '^$$' \
- | grep -v -e "Skipping rcfile" -e "is declared" -e "is defined" -e "Loading ML file" -e "Welcome to Coq" \
17
+ | grep -v -e "Skipping rcfile" -e "is declared" -e "is defined" -e "Loading ML file" -e "Welcome to Coq" -e "Welcome to Rocq" \
18
| sed 's/characters \([0-9]\+\)-[0-9]\+/character \1/' \
19
> $(1).out.aux;\
20
diff -u --strip-trailing-cr $(call output_for,$(1)) $(1).out.aux;\
0 commit comments