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 () {
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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments