Changeset 106212 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Oct 3, 2024 2:42:55 AM (4 months ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r106061 r106212 83 83 tstSSM 84 84 PROGRAMS.amd64 += tstIEMAImplAsm 85 if defined(VBOX_WITH_IEM_NATIVE_RECOMPILER) && defined(VBOX_WITH_IEM_RECOMPILER) 86 PROGRAMS += tstIEMN8veProfiling 87 endif 85 88 86 89 if1of ($(KBUILD_TARGET_ARCH), amd64 x86) … … 709 712 710 713 # 714 # Testcase for profiling the native recompiler. 715 # 716 tstIEMN8veProfiling_TEMPLATE := VBoxR3Exe 717 tstIEMN8veProfiling_DEFS = $(VMM_COMMON_DEFS) 718 tstIEMN8veProfiling_SOURCES := tstIEMN8veProfiling.cpp 719 tstIEMN8veProfiling_LIBS = $(LIB_VMM) $(LIB_RUNTIME) 720 721 # 711 722 # Saved state manager testcase. 712 723 #
Note:
See TracChangeset
for help on using the changeset viewer.