Changeset 98418 in vbox for trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
- Timestamp:
- Feb 1, 2023 9:29:03 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155663
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk
r98255 r98418 64 64 endif 65 65 endif 66 if 67 68 69 66 if defined(VBOX_WITH_ADDITIONS_SHIPPING_AUDIO_TEST) \ 67 && defined(VBOX_WITH_ADDITIONS) \ 68 && !defined(VBOX_WITH_ADDITIONS_FROM_BUILD_SERVER) \ 69 && (defined(VBOX_ONLY_ADDITIONS) || !defined(VBOX_ONLY_BUILD)) 70 70 PROGRAMS += vkatadd 71 71 endif … … 200 200 201 201 202 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) \202 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) \ 203 203 && 0 ## @todo r=bird: Disabled because nobody really wants or needs to run this during build other than Andy. 204 204 ## And more importantly, it breaks the build (os2, bsd*). 205 205 206 206 PROGRAMS += tstVkatHostSelftest
Note:
See TracChangeset
for help on using the changeset viewer.