VirtualBox

Changeset 87840 in vbox


Ignore:
Timestamp:
Feb 23, 2021 7:51:39 AM (4 years ago)
Author:
vboxsync
Message:

Audio/testcase: Added initial tstAudioClient3 to manually report, verify and set audio periods on hardware level via IAudioClient3.

Location:
trunk/src/VBox/Devices/Audio/testcase
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/testcase/Makefile.kmk

    r82968 r87840  
    3737        $(QUIET)$(APPEND) -t "$@" "done"
    3838
     39 ifeq ($(KBUILD_TARGET),win.amd64) # Note: Only runs on Windows 8 or newer.
     40  tstAudioClient3_TEMPLATE = VBOXR3TSTEXE
     41  tstAudioClient3_DEFS = TESTCASE
     42  tstAudioClient3_DEFS.debug = VBOX_WITH_EF_WRAPS
     43  tstAudioClient3_SOURCES = tstAudioClient3.cpp
     44  tstAudioClient3_LIBS = $(LIB_RUNTIME)
     45  tstAudioClient3_INCS = \
     46        $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/Include/10.0.17134.0/um \
     47        $(KBUILD_DEVTOOLS)/win.x86/sdk/v10.0.17134.0/include/10.0.17134.0/shared
     48
     49  # Requires manual execution / verification.
     50  PROGRAMS += tstAudioClient3
     51 endif
     52
    3953endif
    4054
    4155include $(FILE_KBUILD_SUB_FOOTER)
    42 
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