VirtualBox

Changeset 106945 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Nov 12, 2024 2:41:36 AM (6 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165871
Message:

SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process validation for the VBOX_WITH_MINIMAL_HARDENING mode. jiraref:VBP-1449

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/Makefile.kmk

    r106920 r106945  
    233233 tstGlobalConfig_TEMPLATE = VBoxR3HardenedTstDll
    234234else
    235  tstGlobalConfig_TEMPLATE = VBoxR3TstExe
     235 tstGlobalConfig_TEMPLATE = VBoxR3SignedTstExe
    236236endif
    237237tstGlobalConfig_SOURCES  = tstGlobalConfig.cpp
     
    740740 tstCFGM_TEMPLATE        = VBoxR3HardenedTstDll
    741741else
    742  tstCFGM_TEMPLATE        = VBoxR3TstExe
     742 tstCFGM_TEMPLATE        = VBoxR3SignedTstExe
    743743endif
    744744tstCFGM_DEFS             = $(VMM_COMMON_DEFS)
     
    779779 tstVMREQ_TEMPLATE        = VBoxR3Dll
    780780else
    781  tstVMREQ_TEMPLATE        = VBoxR3Exe
     781 tstVMREQ_TEMPLATE        = VBoxR3SignedExe
    782782endif
    783783tstVMREQ_DEFS             = $(VMM_COMMON_DEFS)
     
    799799 tstAnimate_TEMPLATE        = VBoxR3Dll
    800800else
    801  tstAnimate_TEMPLATE        = VBoxR3Exe
     801 tstAnimate_TEMPLATE        = VBoxR3SignedExe
    802802endif
    803803tstAnimate_DEFS             = $(VMM_COMMON_DEFS)
     
    830830  tstVMM_TEMPLATE       = VBoxR3Dll
    831831 else
    832   tstVMM_TEMPLATE       = VBoxR3Exe
     832  tstVMM_TEMPLATE       = VBoxR3SignedExe
    833833 endif
    834834 tstVMM_SOURCES         = tstVMM.cpp
     
    838838 # HM VMM testcase.
    839839 #
    840  tstVMM-HM_TEMPLATE    = VBoxR3Exe
     840 tstVMM-HM_TEMPLATE    = VBoxR3SignedExe
    841841 tstVMM-HM_SOURCES     = tstVMM-HM.cpp
    842842 tstVMM-HM_LIBS        = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME)
     
    845845 # VMM host process fork test case (memory ++).
    846846 #
    847  tstVMMFork_TEMPLATE   = VBoxR3Exe
     847 tstVMMFork_TEMPLATE   = VBoxR3SignedExe
    848848 tstVMMFork_SOURCES    = tstVMMFork.cpp
    849849 tstVMMFork_LIBS       = $(LIB_VMM) $(LIB_REM) $(LIB_RUNTIME)
     
    863863  tstMicro_TEMPLATE       = VBoxR3Dll
    864864 else
    865   tstMicro_TEMPLATE       = VBoxR3Exe
     865  tstMicro_TEMPLATE       = VBoxR3SignedExe
    866866 endif
    867867 tstMicro_SOURCES         = tstMicro.cpp
     
    938938  tstPDMAsyncCompletion_TEMPLATE       = VBoxR3Dll
    939939 else
    940   tstPDMAsyncCompletion_TEMPLATE       = VBoxR3Exe
     940  tstPDMAsyncCompletion_TEMPLATE       = VBoxR3SignedExe
    941941 endif
    942942 tstPDMAsyncCompletion_DEFS            = $(VMM_COMMON_DEFS)
     
    959959  tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3Dll
    960960 else
    961   tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3Exe
     961  tstPDMAsyncCompletionStress_TEMPLATE = VBoxR3SignedExe
    962962 endif
    963963 tstPDMAsyncCompletionStress_DEFS      = $(VMM_COMMON_DEFS)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette