VirtualBox

Changeset 97296 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 25, 2022 1:30:48 PM (2 years ago)
Author:
vboxsync
Message:

Shared Clipboard/testcase: Include tstClipboardMockHGCM on the Validation Kit .ISO (as long as we don't have all the required X stuff installed on the test boxes), to get at least *some* test coverage.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

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

    r97275 r97296  
    135135endif
    136136
     137#
     138# List of above testcases that will be included in the ValKit.
     139#
     140ifdef VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING
     141 if1of ($(KBUILD_TARGET), linux solaris win)
     142  VALKIT_UNITTESTS_WHITELIST_GUEST_ADDITIONS += \
     143        tstClipboardMockHGCM
     144 endif
     145endif # VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING
     146
    137147include $(FILE_KBUILD_SUB_FOOTER)
  • trunk/src/VBox/ValidationKit/Makefile.kmk

    r96407 r97296  
    319319ifdef VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING
    320320 define def_vbox_validationkit_unittests
     321  # IPRT unit tests.
    321322  VBOX_VALIDATIONKIT_FILESPEC_UNITTESTS += \
    322323        $(foreach whitelisted, $(VALKIT_UNITTESTS_WHITELIST_IPRT) $(VALKIT_UNITTESTS_WHITELIST_IPRT.$(os)), \
     324                $$(wildcard $(VBOX_PATH_VALIDATIONKIT_UNITTESTS.$(os).$(arch))/$(whitelisted)$(TMP_SUFF_EXE)))
     325  # Unit tests which utilize parts of the Guest Additions.
     326  VBOX_VALIDATIONKIT_FILESPEC_UNITTESTS += \
     327        $(foreach whitelisted, $(VALKIT_UNITTESTS_WHITELIST_GUEST_ADDITIONS) $(VALKIT_UNITTESTS_WHITELIST_GUEST_ADDITIONS.$(os)), \
    323328                $$(wildcard $(VBOX_PATH_VALIDATIONKIT_UNITTESTS.$(os).$(arch))/$(whitelisted)$(TMP_SUFF_EXE)))
    324329 endef
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