Skip to content

Commit 2f1613a

Browse files
committed
fixed test
1 parent 9cef73a commit 2f1613a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/system-tests/tests/test-arm-exes.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ test_arm_primus () {
229229
print_header "Checking ${TEST_DIR}"
230230

231231
# Check the precompiled executables.
232-
run_arm_exe "${MAIN_EXE}" 15
233-
run_arm_exe "${PATCH_EXE}" 17
232+
run_arm_exe "${MAIN_EXE}" 5
233+
run_arm_exe "${PATCH_EXE}" 3
234234

235235
# Check that vibes patches correctly.
236236
run_make "make clean -C ${TEST_DIR}" 0

resources/exes/arm-simple-primus/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ patch: $(PATCHED_PROG)
5757
$(PATCHED_PROG_FOR_TESTING): $(REF_PROG)
5858
bap vibes $(REF_PROG) \
5959
--config=config.json \
60+
--primus-lisp-load=patch \
6061
-o $(PATCHED_PROG_FOR_TESTING) \
6162
--verbose
6263
chmod +x $(PATCHED_PROG_FOR_TESTING)

0 commit comments

Comments
 (0)