Changeset 19490 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- May 7, 2009 3:03:22 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r19297 r19490 31 31 endif 32 32 ifdef VBOX_WITH_TESTCASES 33 PROGRAMS += tstCFGM tstSSM tstMMHyperHeap tstVM M-2 tstVMREQ tstMicro tstCompiler tstVMMR0CallHost-133 PROGRAMS += tstCFGM tstSSM tstMMHyperHeap tstVMREQ tstMicro tstCompiler tstVMMR0CallHost-1 34 34 ifneq ($(KBUILD_TARGET),l4) 35 35 PROGRAMS += tstAnimate … … 157 157 tstVMMFork_SOURCES = tstVMMFork.cpp 158 158 tstVMMFork_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) 159 160 tstVMM-2_TEMPLATE = VBOXR3EXE161 tstVMM-2_SOURCES = tstVMM-2.cpp162 tstVMM-2_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME)163 159 164 160 tstVMMR0CallHost-1_TEMPLATE = VBOXR3EXE
Note:
See TracChangeset
for help on using the changeset viewer.