Changeset 41947 in vbox
- Timestamp:
- Jun 28, 2012 6:29:36 AM (12 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r41919 r41947 162 162 tstLdr-4 \ 163 163 tstNoCrt-1 \ 164 tstRTR0DbgKrnlInfoDriver \ 164 165 tstRTR0MemUserKernelDriver \ 165 166 tstRTR0SemMutexDriver \ … … 169 170 SYSMODS += \ 170 171 tstLdrObjR0 \ 172 tstRTR0DbgKrnlInfo \ 171 173 tstRTR0MemUserKernel \ 172 174 tstRTR0SemMutex \ … … 590 592 591 593 ## @todo create a template for compiling the ring-0 part. 594 tstRTR0DbgKrnlInfo_TEMPLATE = VBoxR0 595 tstRTR0DbgKrnlInfo_INST = $(INST_TESTCASE) 596 tstRTR0DbgKrnlInfo_DEFS = IN_RT_R0 597 tstRTR0DbgKrnlInfo_SYSSUFF = .r0 598 tstRTR0DbgKrnlInfo_SOURCES = tstRTR0DbgKrnlInfo.cpp 599 tstRTR0DbgKrnlInfo_LIBS = $(PATH_STAGE_LIB)/RuntimeR0$(VBOX_SUFF_LIB) 600 if1of ($(VBOX_LDR_FMT), pe lx) 601 tstRTR0DbgKrnlInfo_LIBS += $(PATH_STAGE_LIB)/SUPR0$(VBOX_SUFF_LIB) 602 endif 603 tstRTR0DbgKrnlInfoDriver_TEMPLATE = VBOXR3TSTEXE 604 tstRTR0DbgKrnlInfoDriver_SOURCES = tstRTR0DbgKrnlInfoDriver.cpp 605 606 592 607 tstRTR0MemUserKernel_TEMPLATE = VBoxR0 593 608 tstRTR0MemUserKernel_INST = $(INST_TESTCASE)
Note:
See TracChangeset
for help on using the changeset viewer.