Changeset 93862 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Feb 20, 2022 1:47:55 PM (3 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r93725 r93862 69 69 tstCompressionBenchmark \ 70 70 tstIEMCheckMc \ 71 tstIEMAImpl \ 71 72 tstPDMQueue \ 72 73 tstSSM 74 PROGRAMS.amd64 += tstIEMAImplAsm 73 75 74 76 if1of ($(KBUILD_TARGET_ARCH),amd64 x86) … … 236 238 237 239 # 240 # Testcase for checking the C (IEMAllAImplC.cpp) and assembly (IEMAllAImpl.asm) 241 # instruction emulation helpers. 242 # 243 # Note! The IN_TSTVMSTRUCT define is for avoiding IEMInstructionStatisticsTmpl.h. 244 # 245 tstIEMAImpl_TEMPLATE = VBOXR3TSTEXE 246 tstIEMAImpl_DEFS = $(VMM_COMMON_DEFS) IEM_WITHOUT_ASSEMBLY IN_TSTVMSTRUCT 247 tstIEMAImpl_INCS = ../include 248 tstIEMAImpl_SOURCES = \ 249 tstIEMAImpl.cpp \ 250 ../VMMAll/IEMAllAImplC.cpp 251 252 # This variant mainly for generating data. 253 tstIEMAImplAsm_TEMPLATE = VBOXR3TSTEXE 254 tstIEMAImplAsm_DEFS = $(VMM_COMMON_DEFS) IN_TSTVMSTRUCT 255 tstIEMAImplAsm_INCS = ../include 256 tstIEMAImplAsm_SOURCES = \ 257 tstIEMAImpl.cpp \ 258 ../VMMAll/IEMAllAImpl.asm 259 260 # 238 261 # Testcase for checking the repurposing of the IEM instruction code. 239 262 #
Note:
See TracChangeset
for help on using the changeset viewer.