Changeset 43386 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Sep 21, 2012 8:40:12 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 80858
- Location:
- trunk/src/VBox/HostDrivers/Support/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r41477 r43386 45 45 tstSupSem \ 46 46 tstSupSem-Zombie 47 PROGRAMS.win += \ 48 tstNtQueryStuff 47 49 endif # VBOX_WITH_TESTCASES 48 50 … … 72 74 tstLow_SOURCES = tstLow.cpp 73 75 76 tstNtQueryStuff_TEMPLATE = VBOXR3TSTEXE 77 tstNtQueryStuff_SDKS = VBOX_NTDLL 78 tstNtQueryStuff_SOURCES = tstNtQueryStuff.cpp 79 74 80 tstPin_TEMPLATE = VBOXR3TSTEXE 75 81 tstPin_SOURCES = tstPin.cpp
Note:
See TracChangeset
for help on using the changeset viewer.