Changeset 106945 in vbox for trunk/src/VBox/HostDrivers/Support/testcase
- Timestamp:
- Nov 12, 2024 2:41:36 AM (6 months ago)
- svn:sync-xref-src-repo-rev:
- 165871
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk
r106061 r106945 78 78 SUPUninstall_LIBS = $(LIB_RUNTIME) 79 79 80 SUPLoggerCtl_TEMPLATE = VBoxR3 Exe80 SUPLoggerCtl_TEMPLATE = VBoxR3SignedExe 81 81 SUPLoggerCtl_SOURCES = SUPLoggerCtl.cpp 82 82 SUPLoggerCtl_LIBS = $(LIB_RUNTIME) 83 83 84 tstInt_TEMPLATE = VBoxR3 Exe84 tstInt_TEMPLATE = VBoxR3SignedExe 85 85 tstInt_DEFS = $(VMM_COMMON_DEFS) 86 86 tstInt_SOURCES = tstInt.cpp 87 87 tstInt_LIBS = $(LIB_RUNTIME) 88 88 89 tstContiguous_TEMPLATE = VBoxR3 TstExe89 tstContiguous_TEMPLATE = VBoxR3SignedTstExe 90 90 tstContiguous_SOURCES = tstContiguous.cpp 91 91 92 tstInit_TEMPLATE = VBoxR3 TstExe92 tstInit_TEMPLATE = VBoxR3SignedTstExe 93 93 tstInit_SOURCES = tstInit.cpp 94 94 95 tstLow_TEMPLATE = VBoxR3 TstExe95 tstLow_TEMPLATE = VBoxR3SignedTstExe 96 96 tstLow_SOURCES = tstLow.cpp 97 97 … … 100 100 tstNtQueryStuff_SOURCES = tstNtQueryStuff.cpp 101 101 102 tstPin_TEMPLATE = VBoxR3 TstExe102 tstPin_TEMPLATE = VBoxR3SignedTstExe 103 103 tstPin_SOURCES = tstPin.cpp 104 104 105 tstPage_TEMPLATE = VBoxR3 TstExe105 tstPage_TEMPLATE = VBoxR3SignedTstExe 106 106 tstPage_SOURCES = tstPage.cpp 107 107 … … 130 130 tstGIP-2_TEMPLATE := VBoxR3HardenedTstDll 131 131 else 132 tstGIP-2_TEMPLATE := VBoxR3 TstExe132 tstGIP-2_TEMPLATE := VBoxR3SignedTstExe 133 133 endif 134 134 tstGIP-2_SOURCES = tstGIP-2.cpp 135 135 136 tstGetPagingMode_TEMPLATE = VBoxR3 TstExe136 tstGetPagingMode_TEMPLATE = VBoxR3SignedTstExe 137 137 tstGetPagingMode_SOURCES = tstGetPagingMode.cpp 138 138 139 tstSupLoadModule_TEMPLATE = VBoxR3 TstExe139 tstSupLoadModule_TEMPLATE = VBoxR3SignedTstExe 140 140 tstSupLoadModule_SOURCES = tstSupLoadModule.cpp 141 141 142 tstSupSem_TEMPLATE = VBoxR3 TstExe142 tstSupSem_TEMPLATE = VBoxR3SignedTstExe 143 143 tstSupSem_SOURCES = tstSupSem.cpp 144 144 145 tstSupSem-Zombie_TEMPLATE = VBoxR3 TstExe145 tstSupSem-Zombie_TEMPLATE = VBoxR3SignedTstExe 146 146 tstSupSem-Zombie_SOURCES = tstSupSem-Zombie.cpp 147 147 148 tstSupTscDelta_TEMPLATE = VBoxR3 TstExe148 tstSupTscDelta_TEMPLATE = VBoxR3SignedTstExe 149 149 tstSupTscDelta_SOURCES = tstSupTscDelta.cpp 150 150
Note:
See TracChangeset
for help on using the changeset viewer.