Changeset 89805 in vbox for trunk/src/VBox/Devices/Audio/testcase
- Timestamp:
- Jun 21, 2021 6:27:05 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145262
- Location:
- trunk/src/VBox/Devices/Audio/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/testcase/Makefile.kmk
r89350 r89805 51 51 endif 52 52 53 PROGRAMS += tstAudioTestService 54 TESTING += $(tstAudioTestService_0_OUTDIR)/tstAudioTestService.run 55 56 tstAudioTestService_TEMPLATE = VBOXR3TSTEXE 57 tstAudioTestService_DEFS = TESTCASE 58 tstAudioTestService_DEFS.debug = VBOX_WITH_EF_WRAPS 59 tstAudioTestService_SOURCES = \ 60 tstAudioTestService.cpp \ 61 ../AudioTestService.cpp \ 62 ../AudioTestServiceProtocol.cpp \ 63 ../AudioTestServiceTcp.cpp \ 64 ../AudioTestServiceClient.cpp 65 tstAudioTestService_LIBS = $(LIB_RUNTIME) 66 67 $$(tstAudioTestService_0_OUTDIR)/tstAudioTestService.run: $$(tstAudioTestService_1_STAGE_TARGET) 68 export VBOX_LOG_DEST=nofile; $(tstAudioTestService_1_STAGE_TARGET) quiet 69 $(QUIET)$(APPEND) -t "$@" "done" 70 53 71 endif 54 72
Note:
See TracChangeset
for help on using the changeset viewer.