Changeset 106945 in vbox for trunk/src/VBox/VMM/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/VMM/testcase/Makefile.kmk
r106920 r106945 233 233 tstGlobalConfig_TEMPLATE = VBoxR3HardenedTstDll 234 234 else 235 tstGlobalConfig_TEMPLATE = VBoxR3 TstExe235 tstGlobalConfig_TEMPLATE = VBoxR3SignedTstExe 236 236 endif 237 237 tstGlobalConfig_SOURCES = tstGlobalConfig.cpp … … 740 740 tstCFGM_TEMPLATE = VBoxR3HardenedTstDll 741 741 else 742 tstCFGM_TEMPLATE = VBoxR3 TstExe742 tstCFGM_TEMPLATE = VBoxR3SignedTstExe 743 743 endif 744 744 tstCFGM_DEFS = $(VMM_COMMON_DEFS) … … 779 779 tstVMREQ_TEMPLATE = VBoxR3Dll 780 780 else 781 tstVMREQ_TEMPLATE = VBoxR3 Exe781 tstVMREQ_TEMPLATE = VBoxR3SignedExe 782 782 endif 783 783 tstVMREQ_DEFS = $(VMM_COMMON_DEFS) … … 799 799 tstAnimate_TEMPLATE = VBoxR3Dll 800 800 else 801 tstAnimate_TEMPLATE = VBoxR3 Exe801 tstAnimate_TEMPLATE = VBoxR3SignedExe 802 802 endif 803 803 tstAnimate_DEFS = $(VMM_COMMON_DEFS) … … 830 830 tstVMM_TEMPLATE = VBoxR3Dll 831 831 else 832 tstVMM_TEMPLATE = VBoxR3 Exe832 tstVMM_TEMPLATE = VBoxR3SignedExe 833 833 endif 834 834 tstVMM_SOURCES = tstVMM.cpp … … 838 838 # HM VMM testcase. 839 839 # 840 tstVMM-HM_TEMPLATE = VBoxR3 Exe840 tstVMM-HM_TEMPLATE = VBoxR3SignedExe 841 841 tstVMM-HM_SOURCES = tstVMM-HM.cpp 842 842 tstVMM-HM_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) … … 845 845 # VMM host process fork test case (memory ++). 846 846 # 847 tstVMMFork_TEMPLATE = VBoxR3 Exe847 tstVMMFork_TEMPLATE = VBoxR3SignedExe 848 848 tstVMMFork_SOURCES = tstVMMFork.cpp 849 849 tstVMMFork_LIBS = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME) … … 863 863 tstMicro_TEMPLATE = VBoxR3Dll 864 864 else 865 tstMicro_TEMPLATE = VBoxR3 Exe865 tstMicro_TEMPLATE = VBoxR3SignedExe 866 866 endif 867 867 tstMicro_SOURCES = tstMicro.cpp … … 938 938 tstPDMAsyncCompletion_TEMPLATE = VBoxR3Dll 939 939 else 940 tstPDMAsyncCompletion_TEMPLATE = VBoxR3 Exe940 tstPDMAsyncCompletion_TEMPLATE = VBoxR3SignedExe 941 941 endif 942 942 tstPDMAsyncCompletion_DEFS = $(VMM_COMMON_DEFS) … … 959 959 tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3Dll 960 960 else 961 tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3 Exe961 tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3SignedExe 962 962 endif 963 963 tstPDMAsyncCompletionStress_DEFS = $(VMM_COMMON_DEFS)
Note:
See TracChangeset
for help on using the changeset viewer.