Changeset 58732 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Nov 18, 2015 1:34:09 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104166
- Location:
- trunk/src/VBox/HostDrivers/Support/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r57351 r58732 33 33 SUPLoggerCtl 34 34 ifdef VBOX_WITH_TESTCASES 35 if defined(VBOX_WITH_HARDENING) 36 PROGRAMS += \ 37 tstSupVerify 38 endif 35 39 if !defined(VBOX_WITH_HARDENING) || "$(KBUILD_TARGET)" != "win" 36 40 PROGRAMS += \ … … 125 129 tstSupTscDelta_SOURCES = tstSupTscDelta.cpp 126 130 131 # For testing supR3HardenedVerifyFile on windows. 132 tstSupVerify_TEMPLATE = VBOXR3TSTEXE 133 tstSupVerify_SOURCES = tstSupVerify.cpp 134 135 136 127 137 include $(FILE_KBUILD_SUB_FOOTER) 128 138
Note:
See TracChangeset
for help on using the changeset viewer.