Changeset 21802 in vbox
- Timestamp:
- Jul 26, 2009 6:45:55 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r20543 r21802 31 31 endif 32 32 ifdef VBOX_WITH_TESTCASES 33 PROGRAMS += tstCFGM tstSSM tstMMHyperHeap tstVMREQ tstMicro tstCompiler tstVMMR0CallHost-1 tstVMMR0CallHost-2 33 PROGRAMS += \ 34 tstCFGM \ 35 tstCompressionBenchmark \ 36 tstSSM \ 37 tstMMHyperHeap \ 38 tstVMREQ \ 39 tstMicro \ 40 tstCompiler \ 41 tstVMMR0CallHost-1 \ 42 tstVMMR0CallHost-2 34 43 ifneq ($(KBUILD_TARGET),l4) 35 44 PROGRAMS += tstAnimate … … 145 154 tstCFGM_SOURCES = tstCFGM.cpp 146 155 tstCFGM_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) 156 157 tstCompressionBenchmark_TEMPLATE = VBOXR3TSTEXE 158 tstCompressionBenchmark_SOURCES = tstCompressionBenchmark.cpp 147 159 148 160 tstVMM_TEMPLATE = VBOXR3EXE
Note:
See TracChangeset
for help on using the changeset viewer.