VirtualBox

Changeset 19933 in vbox


Ignore:
Timestamp:
May 23, 2009 1:44:13 AM (16 years ago)
Author:
vboxsync
Message:

IPRT: RTThreadPreempt* testcase.

Location:
trunk/src/VBox/Runtime/testcase
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/Makefile.kmk

    r19897 r19933  
    8282        tstRand \
    8383        tstRTFsQueries \
     84        tstR0ThreadPreemptionDriver \
    8485        tstSemPingPong \
    8586        tstStrFormat \
     
    118119SYSMODS += \
    119120        tstLdrObj \
    120         tstLdrObjR0
     121        tstLdrObjR0 \
     122        tstR0ThreadPreemption
    121123if1of ($(VBOX_LDR_FMT)), lx pe)
    122124LIBRARIES += \
     
    302304tstRand_SOURCES = tstRand.cpp
    303305
     306tstR0ThreadPreemption_TEMPLATE = VBOXR0
     307tstR0ThreadPreemption_INST = $(INST_TESTCASE)
     308tstR0ThreadPreemption_DEFS = IN_RT_R0
     309tstR0ThreadPreemption_SYSSUFF = .r0
     310tstR0ThreadPreemption_SOURCES = tstR0ThreadPreemption.cpp
     311tstR0ThreadPreemption_LIBS = $(PATH_LIB)/RuntimeR0$(VBOX_SUFF_LIB)
     312if1of ($(VBOX_LDR_FMT), pe lx)
     313 tstR0ThreadPreemption_LIBS += $(PATH_LIB)/SUPR0$(VBOX_SUFF_LIB)
     314endif
     315
     316tstR0ThreadPreemptionDriver_SOURCES = tstR0ThreadPreemptionDriver.cpp
     317
    304318tstRTFsQueries_SOURCES = tstRTFsQueries.cpp
    305319
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette