Changeset 19933 in vbox
- Timestamp:
- May 23, 2009 1:44:13 AM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r19897 r19933 82 82 tstRand \ 83 83 tstRTFsQueries \ 84 tstR0ThreadPreemptionDriver \ 84 85 tstSemPingPong \ 85 86 tstStrFormat \ … … 118 119 SYSMODS += \ 119 120 tstLdrObj \ 120 tstLdrObjR0 121 tstLdrObjR0 \ 122 tstR0ThreadPreemption 121 123 if1of ($(VBOX_LDR_FMT)), lx pe) 122 124 LIBRARIES += \ … … 302 304 tstRand_SOURCES = tstRand.cpp 303 305 306 tstR0ThreadPreemption_TEMPLATE = VBOXR0 307 tstR0ThreadPreemption_INST = $(INST_TESTCASE) 308 tstR0ThreadPreemption_DEFS = IN_RT_R0 309 tstR0ThreadPreemption_SYSSUFF = .r0 310 tstR0ThreadPreemption_SOURCES = tstR0ThreadPreemption.cpp 311 tstR0ThreadPreemption_LIBS = $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB) 312 if1of ($(VBOX_LDR_FMT), pe lx) 313 tstR0ThreadPreemption_LIBS += $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB) 314 endif 315 316 tstR0ThreadPreemptionDriver_SOURCES = tstR0ThreadPreemptionDriver.cpp 317 304 318 tstRTFsQueries_SOURCES = tstRTFsQueries.cpp 305 319
Note:
See TracChangeset
for help on using the changeset viewer.