VirtualBox

Changeset 42275 in vbox


Ignore:
Timestamp:
Jul 20, 2012 3:01:17 PM (13 years ago)
Author:
vboxsync
Message:

Changed the VBOXR3AUTOTST template to static on windows so we don't depend on the CRT being installed into bin/testcase/ before executing any of these tests during the build. (Previously, we must've been relying on the CRT already being present on the host.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r42271 r42275  
    37493749#
    37503750TEMPLATE_VBOXR3AUTOTST  = VBox Ring 3 Testcase Exe
    3751 TEMPLATE_VBOXR3AUTOTST_EXTENDS = VBOXR3EXE
     3751TEMPLATE_VBOXR3AUTOTST_EXTENDS = $(if-expr "$(KBUILD_TARGET)" == "win",VBoxR3Static,VBOXR3EXE)
    37523752TEMPLATE_VBOXR3AUTOTST_INST    = $(INST_TESTCASE)
    3753 TEMPLATE_VBOXR3AUTOTST_LIBS    = $(TEMPLATE_VBOXR3EXE_LIBS)
    3754 TEMPLATE_VBOXR3AUTOTST_LIBS.l4 = $(LIB_RUNTIME) $(TEMPLATE_VBOXR3EXE_LIBS.l4)
    3755 ifeq ($(KBUILD_TARGET),win)
    3756  ifdef VBOX_SIGNING_MODE
    3757   TEMPLATE_VBOXR3AUTOTST_POST_CMDS =
    3758  endif
     3753TEMPLATE_VBOXR3AUTOTST_LIBS    = $(TEMPLATE_$(TEMPLATE_VBOXR3AUTOTST_EXTENDS)_LIBS)
     3754TEMPLATE_VBOXR3AUTOTST_LIBS.l4 = $(LIB_RUNTIME) $(TEMPLATE_$(TEMPLATE_VBOXR3AUTOTST_EXTENDS)_LIBS.l4)
     3755if "$(KBUILD_TARGET)" == "win" && defined(VBOX_SIGNING_MODE)
     3756 TEMPLATE_VBOXR3AUTOTST_POST_CMDS = $(NO_SUCH_VARIABLE)
    37593757endif
    37603758
Note: See TracChangeset for help on using the changeset viewer.

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