File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
resources/exes/arm-simple-primus Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -229,8 +229,8 @@ test_arm_primus () {
229
229
print_header " Checking ${TEST_DIR} "
230
230
231
231
# 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
234
234
235
235
# Check that vibes patches correctly.
236
236
run_make " make clean -C ${TEST_DIR} " 0
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ patch: $(PATCHED_PROG)
57
57
$(PATCHED_PROG_FOR_TESTING ) : $(REF_PROG )
58
58
bap vibes $(REF_PROG ) \
59
59
--config =config.json \
60
+ --primus-lisp-load=patch \
60
61
-o $(PATCHED_PROG_FOR_TESTING ) \
61
62
--verbose
62
63
chmod +x $(PATCHED_PROG_FOR_TESTING)
You can’t perform that action at this time.
0 commit comments