VirtualBox

Changeset 94887 in vbox


Ignore:
Timestamp:
May 6, 2022 9:08:29 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151289
Message:

Validation Kit/unit tests: Exclude packing the testcase directory into .zip, as that directory only needs to be included in VBoxValidationKit.iso, to save some space + build time. bugref:​10195

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r94849 r94887  
    107107        $(call MSG_L1,Packing the Test Suite $@)
    108108        $(QUIET)$(RM) -f $@
     109        # Note: Exclude packing the testcase directory into .zip, as that directory only needs to be
     110        #       included in VBoxValidationKit.iso.
    109111        $(foreach os, darwin freebsd linux os2 solaris win,$(foreach arch, x86 amd64 \
    110112        ,$(if-expr defined(VBOX_WITH_VALIDATIONKIT_PACKING.$(os).$(arch))\
    111113                ,$(NLTAB)$(QUIET)$(REDIRECT) -C $(PATH_OUT_BASE)/$(os).$(arch)/$(KBUILD_TYPE)/ \
    112                         -- $(VBOX_ZIP) -r9 $@ $(INST_VALIDATIONKIT) -x '*.pyc',)))
     114                        -- $(VBOX_ZIP) -r9 $@ $(INST_VALIDATIONKIT) -x '$(INST_VALIDATIONKIT)testcase/*' -x '*.pyc',)))
    113115
    114116 #
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