Changeset 46638 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jun 18, 2013 5:12:16 PM (12 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r46035 r46638 88 88 tstRTMemWipe \ 89 89 tstMove \ 90 tst Mp-1 \90 tstRTMp-1 \ 91 91 tstOnce \ 92 92 tstRTPath \ … … 424 424 tstMove_SOURCES = tstMove.cpp 425 425 426 tst Mp-1_TEMPLATE = VBOXR3TSTEXE427 tst Mp-1_SOURCES = tstMp-1.cpp426 tstRTMp-1_TEMPLATE = VBOXR3TSTEXE 427 tstRTMp-1_SOURCES = tstRTMp-1.cpp 428 428 429 429 tstNoCrt-1_TEMPLATE = VBOXR3TSTEXE
Note:
See TracChangeset
for help on using the changeset viewer.