VirtualBox

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


Ignore:
Timestamp:
Sep 30, 2020 8:38:12 PM (4 years ago)
Author:
vboxsync
Message:

HostServices/testcase: None of these tests cases have any need to be run during compilation. bugref:9841

File:
1 edited

Legend:

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

    r83707 r86362  
    2121if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
    2222
     23 #
     24 #
     25 #
    2326 PROGRAMS += tstClipboardServiceHost
    24  ifn1of ($(KBUILD_TARGET), darwin)
    25   TESTING  += $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
    26  endif
    27 
    28  tstClipboardServiceHost_TEMPLATE = VBOXR3AUTOTST
     27 tstClipboardServiceHost_TEMPLATE = VBOXR3TSTEXE
    2928 tstClipboardServiceHost_DEFS     = VBOX_WITH_HGCM UNIT_TEST
    3029 tstClipboardServiceHost_SOURCES  = \
     
    3635 tstClipboardServiceHost_CLEAN    = $(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run
    3736
    38  $$(tstClipboardServiceHost_0_OUTDIR)/tstClipboardServiceHost.run: $$(tstClipboardServiceHost_1_STAGE_TARGET)
    39         export VBOX_LOG_DEST=nofile; $(tstClipboardServiceHost_1_STAGE_TARGET) quiet
    40         $(QUIET)$(APPEND) -t "$@" "done"
    41 
    4237 if defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS)
    4338  tstClipboardServiceHost_DEFS    += VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS
     
    4843 endif
    4944
     45 #
     46 #
     47 #
    5048 PROGRAMS += tstClipboardServiceImpl
    51  ifn1of ($(KBUILD_TARGET), darwin)
    52   TESTING  += $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
    53  endif
    54 
    55  tstClipboardServiceImpl_TEMPLATE = VBOXR3AUTOTST
     49 tstClipboardServiceImpl_TEMPLATE = VBOXR3TSTEXE
    5650 tstClipboardServiceImpl_DEFS     = VBOX_WITH_HGCM UNIT_TEST
    5751 tstClipboardServiceImpl_SOURCES  = \
     
    6357 tstClipboardServiceImpl_CLEAN    = $(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run
    6458
    65  $$(tstClipboardServiceImpl_0_OUTDIR)/tstClipboardServiceImpl.run: $$(tstClipboardServiceImpl_1_STAGE_TARGET)
    66         export VBOX_LOG_DEST=nofile; $(tstClipboardServiceImpl_1_STAGE_TARGET) quiet
    67         $(QUIET)$(APPEND) -t "$@" "done"
    68 
    69   if defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS)
     59 if defined(VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS)
     60  #
     61  #
     62  #
    7063  PROGRAMS += tstClipboardTransfers
    7164  tstClipboardTransfers_TEMPLATE = VBOXR3TSTEXE
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