Changeset 25057 in vbox
- Timestamp:
- Nov 27, 2009 5:26:02 PM (15 years ago)
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r25014 r25057 68 68 tstGetOpt \ 69 69 tstHandleTable \ 70 tst HeapSimple \70 tstRTHeapSimple \ 71 71 tstInlineAsm \ 72 72 tstLdr \ … … 201 201 tstHandleTable_SOURCES = tstHandleTable.cpp 202 202 203 tstHeapSimple_SOURCES = tstHeapSimple.cpp 203 tstRTHeapSimple_TEMPLATE = VBOXR3TSTEXE 204 tstRTHeapSimple_SOURCES = tstRTHeapSimple.cpp 204 205 205 206 tstIoCtl_SOURCES = tstIoCtl.cpp
Note:
See TracChangeset
for help on using the changeset viewer.