Changeset 84396 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 20, 2020 9:31:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r82968 r84396 218 218 tstGlobalConfigHardened_TEMPLATE = VBoxR3HardenedTstExe 219 219 tstGlobalConfigHardened_NAME = tstGlobalConfig 220 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 221 tstGlobalConfigHardened_DEFS = PROGRAM_NAME_STR="tstGlobalConfig" 222 else 220 223 tstGlobalConfigHardened_DEFS = PROGRAM_NAME_STR=\"tstGlobalConfig\" 224 endif 221 225 tstGlobalConfigHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplateTestcase.cpp 222 226 tstGlobalConfig_TEMPLATE = VBoxR3HardenedTstDll … … 246 250 tstMMHyperHeapHardened_TEMPLATE = VBoxR3HardenedTstExe 247 251 tstMMHyperHeapHardened_NAME = tstMMHyperHeap 252 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 253 tstMMHyperHeapHardened_DEFS = PROGRAM_NAME_STR="tstMMHyperHeap" 254 else 248 255 tstMMHyperHeapHardened_DEFS = PROGRAM_NAME_STR=\"tstMMHyperHeap\" 256 endif 249 257 tstMMHyperHeapHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplateTestcase.cpp 250 258 tstMMHyperHeap_TEMPLATE = VBoxR3HardenedTstDll … … 271 279 tstCFGMHardened_TEMPLATE = VBoxR3HardenedTstExe 272 280 tstCFGMHardened_NAME = tstCFGM 281 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 282 tstCFGMHardened_DEFS = PROGRAM_NAME_STR="tstCFGM" 283 else 273 284 tstCFGMHardened_DEFS = PROGRAM_NAME_STR=\"tstCFGM\" 285 endif 274 286 tstCFGMHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplateTestcase.cpp 275 287 tstCFGM_TEMPLATE = VBoxR3HardenedTstDll … … 309 321 tstVMREQHardened_TEMPLATE = VBOXR3HARDENEDEXE 310 322 tstVMREQHardened_NAME = tstVMREQ 323 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 324 tstVMREQHardened_DEFS = PROGRAM_NAME_STR="tstVMREQ" 325 else 311 326 tstVMREQHardened_DEFS = PROGRAM_NAME_STR=\"tstVMREQ\" 327 endif 312 328 tstVMREQHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 313 329 tstVMREQ_TEMPLATE = VBOXR3 … … 325 341 tstAnimateHardened_TEMPLATE = VBOXR3HARDENEDEXE 326 342 tstAnimateHardened_NAME = tstAnimate 343 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 344 tstAnimateHardened_DEFS = PROGRAM_NAME_STR="tstAnimate" 345 else 327 346 tstAnimateHardened_DEFS = PROGRAM_NAME_STR=\"tstAnimate\" 347 endif 328 348 tstAnimateHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 329 349 tstAnimate_TEMPLATE = VBOXR3 … … 352 372 tstVMMHardened_TEMPLATE = VBOXR3HARDENEDEXE 353 373 tstVMMHardened_NAME = tstVMM 374 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 375 tstVMMHardened_DEFS = PROGRAM_NAME_STR="tstVMM" 376 else 354 377 tstVMMHardened_DEFS = PROGRAM_NAME_STR=\"tstVMM\" 378 endif 355 379 tstVMMHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 356 380 tstVMM_TEMPLATE = VBOXR3 … … 381 405 tstMicroHardened_TEMPLATE = VBOXR3HARDENEDEXE 382 406 tstMicroHardened_NAME = tstMicro 407 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 408 tstMicroHardened_DEFS = PROGRAM_NAME_STR="tstMicro" 409 else 383 410 tstMicroHardened_DEFS = PROGRAM_NAME_STR=\"tstMicro\" 411 endif 384 412 tstMicroHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 385 413 tstMicro_TEMPLATE = VBOXR3 … … 444 472 tstPDMAsyncCompletionHardened_TEMPLATE = VBOXR3HARDENEDEXE 445 473 tstPDMAsyncCompletionHardened_NAME = tstPDMAsyncCompletion 474 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 475 tstPDMAsyncCompletionHardened_DEFS = PROGRAM_NAME_STR="tstPDMAsyncCompletion" 476 else 446 477 tstPDMAsyncCompletionHardened_DEFS = PROGRAM_NAME_STR=\"tstPDMAsyncCompletion\" 478 endif 447 479 tstPDMAsyncCompletionHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 448 480 tstPDMAsyncCompletion_TEMPLATE = VBOXR3 … … 461 493 tstPDMAsyncCompletionStressHardened_TEMPLATE = VBOXR3HARDENEDEXE 462 494 tstPDMAsyncCompletionStressHardened_NAME = tstPDMAsyncCompletionStress 495 ifdef VBOX_WITH_AUTOMATIC_DEFS_QUOTING 496 tstPDMAsyncCompletionStressHardened_DEFS = PROGRAM_NAME_STR="tstPDMAsyncCompletionStress" 497 else 463 498 tstPDMAsyncCompletionStressHardened_DEFS = PROGRAM_NAME_STR=\"tstPDMAsyncCompletionStress\" 499 endif 464 500 tstPDMAsyncCompletionStressHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 465 501 tstPDMAsyncCompletionStress_TEMPLATE = VBOXR3
Note:
See TracChangeset
for help on using the changeset viewer.