Changeset 98169 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Jan 20, 2023 8:34:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r98128 r98169 87 87 tstInt_LIBS = $(LIB_RUNTIME) 88 88 89 tstContiguous_TEMPLATE= VB OXR3TSTEXE89 tstContiguous_TEMPLATE= VBoxR3TstExe 90 90 tstContiguous_SOURCES = tstContiguous.cpp 91 91 92 tstInit_TEMPLATE = VB OXR3TSTEXE92 tstInit_TEMPLATE = VBoxR3TstExe 93 93 tstInit_SOURCES = tstInit.cpp 94 94 95 tstLow_TEMPLATE = VB OXR3TSTEXE95 tstLow_TEMPLATE = VBoxR3TstExe 96 96 tstLow_SOURCES = tstLow.cpp 97 97 98 tstNtQueryStuff_TEMPLATE = VB OXR3TSTEXE98 tstNtQueryStuff_TEMPLATE = VBoxR3TstExe 99 99 tstNtQueryStuff_SDKS = VBOX_NTDLL 100 100 tstNtQueryStuff_SOURCES = tstNtQueryStuff.cpp 101 101 102 tstPin_TEMPLATE = VB OXR3TSTEXE102 tstPin_TEMPLATE = VBoxR3TstExe 103 103 tstPin_SOURCES = tstPin.cpp 104 104 105 tstPage_TEMPLATE = VB OXR3TSTEXE105 tstPage_TEMPLATE = VBoxR3TstExe 106 106 tstPage_SOURCES = tstPage.cpp 107 107 … … 130 130 tstGIP-2_TEMPLATE := VBoxR3HardenedTstDll 131 131 else 132 tstGIP-2_TEMPLATE := VB OXR3TSTEXE132 tstGIP-2_TEMPLATE := VBoxR3TstExe 133 133 endif 134 134 tstGIP-2_SOURCES = tstGIP-2.cpp 135 135 136 tstGetPagingMode_TEMPLATE = VB OXR3TSTEXE136 tstGetPagingMode_TEMPLATE = VBoxR3TstExe 137 137 tstGetPagingMode_SOURCES = tstGetPagingMode.cpp 138 138 139 tstSupLoadModule_TEMPLATE = VB OXR3TSTEXE139 tstSupLoadModule_TEMPLATE = VBoxR3TstExe 140 140 tstSupLoadModule_SOURCES = tstSupLoadModule.cpp 141 141 142 tstSupSem_TEMPLATE = VB OXR3TSTEXE142 tstSupSem_TEMPLATE = VBoxR3TstExe 143 143 tstSupSem_SOURCES = tstSupSem.cpp 144 144 145 tstSupSem-Zombie_TEMPLATE = VB OXR3TSTEXE145 tstSupSem-Zombie_TEMPLATE = VBoxR3TstExe 146 146 tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp 147 147 148 tstSupTscDelta_TEMPLATE = VB OXR3TSTEXE148 tstSupTscDelta_TEMPLATE = VBoxR3TstExe 149 149 tstSupTscDelta_SOURCES = tstSupTscDelta.cpp 150 150 151 151 # For testing supR3HardenedVerifyFile on windows. 152 tstSupVerify_TEMPLATE = VB OXR3TSTEXE152 tstSupVerify_TEMPLATE = VBoxR3TstExe 153 153 tstSupVerify_SOURCES = tstSupVerify.cpp 154 154
Note:
See TracChangeset
for help on using the changeset viewer.