Changeset 56749 in vbox
- Timestamp:
- Jul 2, 2015 11:32:08 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Makefile.kmk
r56733 r56749 329 329 tstVMREQHardened_NAME = tstVMREQ 330 330 tstVMREQHardened_DEFS = PROGRAM_NAME_STR=\"tstVMREQ\" 331 tstVMREQHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp331 tstVMREQHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 332 332 tstVMREQ_TEMPLATE = VBOXR3 333 333 else … … 344 344 tstAnimateHardened_NAME = tstAnimate 345 345 tstAnimateHardened_DEFS = PROGRAM_NAME_STR=\"tstAnimate\" 346 tstAnimateHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp346 tstAnimateHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 347 347 tstAnimate_TEMPLATE = VBOXR3 348 348 else … … 369 369 tstVMMHardened_NAME = tstVMM 370 370 tstVMMHardened_DEFS = PROGRAM_NAME_STR=\"tstVMM\" 371 tstVMMHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp371 tstVMMHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 372 372 tstVMM_TEMPLATE = VBOXR3 373 373 else … … 398 398 tstMicroHardened_NAME = tstMicro 399 399 tstMicroHardened_DEFS = PROGRAM_NAME_STR=\"tstMicro\" 400 tstMicroHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp400 tstMicroHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 401 401 tstMicro_TEMPLATE = VBOXR3 402 402 else … … 435 435 tstPDMAsyncCompletionHardened_NAME = tstPDMAsyncCompletion 436 436 tstPDMAsyncCompletionHardened_DEFS = PROGRAM_NAME_STR=\"tstPDMAsyncCompletion\" 437 tstPDMAsyncCompletionHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp437 tstPDMAsyncCompletionHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 438 438 tstPDMAsyncCompletion_TEMPLATE = VBOXR3 439 439 else … … 451 451 tstPDMAsyncCompletionStressHardened_NAME = tstPDMAsyncCompletionStress 452 452 tstPDMAsyncCompletionStressHardened_DEFS = PROGRAM_NAME_STR=\"tstPDMAsyncCompletionStress\" 453 tstPDMAsyncCompletionStressHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate Testcase.cpp453 tstPDMAsyncCompletionStressHardened_SOURCES = ../../HostDrivers/Support/SUPR3HardenedMainTemplate.cpp 454 454 tstPDMAsyncCompletionStress_TEMPLATE = VBOXR3 455 455 else
Note:
See TracChangeset
for help on using the changeset viewer.