VirtualBox

Ignore:
Timestamp:
Sep 10, 2024 11:46:42 AM (5 months ago)
Author:
vboxsync
Message:

Disassembler/testcase/tstDisasmArmv8-1: Implement testcase which utilizes capstone to compare the output of both diassemblers against each other to spot differences across the whole 32-bit instruction encoding space, bugref:10394

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/testcase/Makefile.kmk

    r105756 r106003  
    100100        $(PATH_STAGE_LIB)/DisasmR3$(VBOX_SUFF_LIB) \
    101101        $(LIB_RUNTIME)
     102
     103  if defined(TST_DISASM_WITH_CAPSTONE_DISASSEMBLER)
     104   tstDisasmArmv8-1_DEFS        += TST_DISASM_WITH_CAPSTONE_DISASSEMBLER
     105   tstDisasmArmv8-1_LIBS.darwin += /opt/homebrew/lib/libcapstone.dylib
     106   tstDisasmArmv8-1_LIBS.linux  += capstone
     107  endif
     108
    102109 endif
    103110
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette