VirtualBox

Changeset 94971 in vbox


Ignore:
Timestamp:
May 9, 2022 5:32:49 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151382
Message:

Validation Kit/unit tests: Cleaned up build templates by moving the Validation Kit-specific ones to ValidationKit/Config.kmk + derive TEMPLATE_VBoxValidationKitR3TstExe from VBoxValidationKitR3, as loader trickery is also needed here for older guests (XP and friends) [build fix]. bugref:10195

File:
1 edited

Legend:

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

    r94594 r94971  
    2727SUB_DEPTH = ../../../..
    2828include $(KBUILD_PATH)/subheader.kmk
     29
     30ifdef VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING
     31 # Include the Validation Kit configuration to make use of build templates needed for testcases to be included
     32 # on the Validation Kit .ISO.
     33 include $(PATH_ROOT)/src/VBox/ValidationKit/Config.kmk
     34endif
    2935
    3036ifdef VBOX_WITH_TESTCASES
     
    9961002  ## @todo There might be a more elegant want of copying a target's stuff. Works for now.
    9971003  define def_unittest_valkit
    998    $(unittest)_ValKit_TEMPLATE       := VBOXR3TSTEXE_VALKIT
     1004   $(unittest)_ValKit_TEMPLATE       := VBoxValidationKitR3TstExe
    9991005   $(unittest)_ValKit_SOURCES        += $$($(unittest)_SOURCES)
    10001006   $(unittest)_ValKit_SOURCES.x86    += $$($(unittest)_SOURCES.x86)
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