We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244b73f commit ac539abCopy full SHA for ac539ab
k-distribution/tests/regression-new/issue-1175/Makefile
@@ -3,5 +3,6 @@ EXT=test
3
TESTDIR=.
4
KOMPILE_BACKEND=haskell
5
KOMPILE_FLAGS=--syntax-module TEST
6
+CONSIDER_PROVER_ERRORS=2>&1
7
8
include ../../../include/kframework/ktest.mak
k-distribution/tests/regression-new/kprove-java/Makefile
@@ -5,6 +5,8 @@ KOMPILE_BACKEND=java
KOMPILE_FLAGS=--syntax-module DEMO
KPROVE_FLAGS=--def-module VERIFICATION
9
+
10
export KOMPILE_BACKEND
11
export KPROVE_FLAGS
12
0 commit comments