VirtualBox

Changeset 94443 in vbox


Ignore:
Timestamp:
Apr 1, 2022 3:21:47 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150772
Message:

Validation Kit/unit tests: Build fix. ​​bugref:10195

File:
1 edited

Legend:

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

    r94442 r94443  
    331331# Included needed dependencies like VBoxRT (VBoxVMM?).
    332332# Needs careful checking for each and every testcase being run.
     333# Try to get and include what we have by using wildcards.
    333334#
    334335## @todo Also include R0 and hardening stuff?
     
    338339
    339340define def_vbox_validationkit_unittests
    340   TMP_UNITTESTS_PATH_BIN                 = $(PATH_OUT_BASE)/$(os).$(arch)/$(KBUILD_TYPE)/bin
     341  ifeq ($(os),darwin)
     342   TMP_UNITTESTS_PATH_BIN = $(PATH_OUT_BASE)/$(os).$(arch)/$(KBUILD_TYPE)/dist/VirtualBox.app/Contents/MacOS/
     343  else
     344   TMP_UNITTESTS_PATH_BIN = $(PATH_OUT_BASE)/$(os).$(arch)/$(KBUILD_TYPE)/bin/
     345  endif
    341346  VBOX_VALIDATIONKIT_FILESPEC_UNITTESTS += \
    342347        $(foreach test_whitelist, $(TMP_UNITTESTS_WHITELIST), \
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