Skip to content

Commit d070611

Browse files
committed
Add kompile file and run with booster-dev
1 parent a5d8ae7 commit d070611

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

booster/test/rpc-integration/resources/non-linear-int-requires/test.k renamed to booster/test/rpc-integration/resources/non-linear-int-requires.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module TEST
1+
module NON-LINEAR-INT-REQUIRES
22
imports INT
33
imports BOOL
44

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kompile --backend haskell non-linear-int-requires.k --syntax-module NON-LINEAR-INT-REQUIRES
2+
cp non-linear-int-requires-kompiled/definition.kore ./non-linear-int-requires.kore
3+
rm -r non-linear-int-requires-kompiled

scripts/booster-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ for dir in $(ls -d test-*); do
4949
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
5050
SERVER=$KORE_RPC_DEV ./runDirectoryTest.sh test-$name $@
5151
;;
52-
"compute-ceil" | "no-evaluator")
52+
"compute-ceil" | "no-evaluator" | "non-linear-int-requires")
5353
SERVER=$BOOSTER_DEV ./runDirectoryTest.sh test-$name $@
5454
;;
5555
"simplify")

0 commit comments

Comments
 (0)