VirtualBox

Changeset 91983 in vbox for trunk/src


Ignore:
Timestamp:
Oct 21, 2021 9:38:27 PM (3 years ago)
Author:
vboxsync
Message:

ValKit/Audio: Disable automatic VAKT unit testing during build as it breaks the build and nobody really needs it. (Just do 'kmk && vkat selftest' if you want it tested after each build.) bugref:10008

File:
1 edited

Legend:

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

    r91932 r91983  
    181181endif
    182182
    183 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK)
    184 
     183if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) \
     184  && 0 ## @todo r=bird: Disabled because nobody really wants or needs to run this during build other than Andy.
     185       ##               And more importantly, it breaks the build (os2, bsd*).
     186
     187 PROGRAMS += tstVkatHostSelftest
    185188 tstVkatHostSelftest_EXTENDS    = vkat
    186189 tstVkatHostSelftest_EXTENDS_BY = appending
     
    188191 tstVkatHostSelftest_DEFS.debug = VBOX_WITH_EF_WRAPS
    189192
    190  PROGRAMS += tstVkatHostSelftest
    191193 TESTING  += $(tstVkatHostSelftest_0_OUTDIR)/tstVkatHostSelftest.run
    192 
    193194 $$(tstVkatHostSelftest_0_OUTDIR)/tstVkatHostSelftest.run: $$(tstVkatHostSelftest_1_TARGET)
    194195        export VKAT_RELEASE_LOG=-all; $(tstVkatHostSelftest_1_TARGET) selftest
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