VirtualBox

Changeset 41751 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jun 15, 2012 10:36:07 AM (12 years ago)
Author:
vboxsync
Message:

Moved DiasmTest (tstDiasm) to testcase and called it tstDiasm-1.

Location:
trunk/src/VBox/Disassembler
Files:
2 edited
2 moved

Legend:

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

    r41750 r41751  
    6666        DisasmTablesX64.cpp
    6767
    68 
    69 ifdef VBOX_WITH_TESTCASES
    70  # testcase that hasn't been moved yet.
    71  PROGRAMS              += tstDisasm
    72  tstDisasm_TEMPLATE     = VBOXR3TSTEXE
    73  tstDisasm_DEFS         = IN_DIS
    74  tstDisasm_SOURCES      = DisasmTest.cpp DisasmTestA.asm
    75  tstDisasm_LIBS         = \
    76         $(PATH_STAGE_LIB)/DisasmR3$(VBOX_SUFF_LIB) \
    77         $(LIB_RUNTIME)
    78 
    79  endif # VBOX_WITH_TESTCASES
    80 
    8168include $(FILE_KBUILD_SUB_FOOTER)
    8269
  • trunk/src/VBox/Disassembler/testcase/Makefile.kmk

    r41658 r41751  
    1919include $(KBUILD_PATH)/subheader.kmk
    2020ifdef VBOX_WITH_TESTCASES
     21
     22
     23PROGRAMS               += tstDisasm-1
     24tstDisasm-1_TEMPLATE    = VBOXR3TSTEXE
     25tstDisasm-1_DEFS        = IN_DIS
     26tstDisasm-1_SOURCES     = \
     27        tstDisasm-1.cpp \
     28        tstDisasm-1A.asm
     29tstDisasm-1_LIBS        = \
     30        $(PATH_STAGE_LIB)/DisasmR3$(VBOX_SUFF_LIB) \
     31        $(LIB_RUNTIME)
     32
    2133
    2234PROGRAMS += tstDisasm-2
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