VirtualBox

Changeset 70084 in vbox for trunk/src/VBox/Additions/common


Ignore:
Timestamp:
Dec 12, 2017 5:35:05 PM (7 years ago)
Author:
vboxsync
Message:

Additions/linux,common/VBoxGuest: Moved the kmod test to the right file so things doesn't go crazy/fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r69531 r70084  
    227227 vboxguest-sh_SOURCES   = $(subst ",,$(FILES_VBOXGUEST_BIN))
    228228
     229 #
     230 # Build test for the Guest Additions kernel module (kmk check).
     231 #
     232 if   defined(VBOX_WITH_TESTCASES) \
     233  && !defined(VBOX_ONLY_SDK) \
     234  && !defined(VBOX_ONLY_DOCS) \
     235  && !defined(VBOX_ONLY_VALIDATIONKIT) \
     236  && !defined(VBOX_WITHOUT_LINUX_TEST_BUILDS) \
     237  && "$(KBUILD_TARGET)" == "linux" \
     238  && "$(KBUILD_HOST_ARCH)" == "$(KBUILD_TARGET_ARCH)"
     239  ifneq ($(KERN_DIR),)
     240   $(foreach module, vboxguest-src, $(evalcall2 VBOX_LINUX_GENERATE_KMOD_TEST))
     241  endif
     242 endif
    229243endif # Linux
    230244
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