VirtualBox

Changeset 83692 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Apr 14, 2020 2:36:11 PM (5 years ago)
Author:
vboxsync
Message:

Shared Clipboard/testcases: Added initial testcase for service implementations (backends) + automatically run host service testcases after compilation [build fix, disabled on Darwin for now].

File:
1 edited

Legend:

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

    r83688 r83692  
    2222
    2323 PROGRAMS += tstClipboardServiceHost
    24  TESTING  += $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
    25  OTHERS   += $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
     24 ifn1of ($(KBUILD_TARGET), darwin)
     25  TESTING  += $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
     26  OTHERS   += $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
     27 endif
    2628
    2729 tstClipboardServiceHost_TEMPLATE = VBOXR3AUTOTST
     
    4850
    4951 PROGRAMS += tstClipboardServiceImpl
    50  TESTING  += $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
    51  OTHERS   += $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
     52 ifn1of ($(KBUILD_TARGET), darwin)
     53  TESTING  += $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
     54  OTHERS   += $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
     55 endif
    5256
    5357 tstClipboardServiceImpl_TEMPLATE = VBOXR3AUTOTST
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