Changeset 98415 in vbox for trunk/src/VBox/HostServices/testcase
- Timestamp:
- Feb 1, 2023 4:24:09 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155659
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/testcase/Makefile.kmk
r98169 r98415 31 31 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) 32 32 33 34 35 36 37 38 PROGRAMS+= tstHGCMSvc39 TESTING+= $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run40 tstHGCMSvc_TEMPLATE= VBoxR3TstExe41 tstHGCMSvc_DEFS= VBOX_WITH_HGCM VBOX_TEST_HGCM_PARMS42 tstHGCMSvc_SOURCES= tstHGCMSvc.cpp43 tstHGCMSvc_CLEAN= $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run33 # 34 # Set this in LocalConfig.kmk if you are working on HGCM service internals 35 # to automatically run the unit test at build time: 36 # OTHERS += $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run 37 # 38 PROGRAMS += tstHGCMSvc 39 TESTING += $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run 40 tstHGCMSvc_TEMPLATE = VBoxR3TstExe 41 tstHGCMSvc_DEFS = VBOX_WITH_HGCM VBOX_TEST_HGCM_PARMS 42 tstHGCMSvc_SOURCES = tstHGCMSvc.cpp 43 tstHGCMSvc_CLEAN = $(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run 44 44 45 $$(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run: $$(tstHGCMSvc_1_STAGE_TARGET)45 $$(tstHGCMSvc_0_OUTDIR)/tstHGCMSvc.run: $$(tstHGCMSvc_1_STAGE_TARGET) 46 46 export VBOX_LOG_DEST=nofile; $(tstHGCMSvc_1_STAGE_TARGET) quiet 47 47 $(QUIET)$(APPEND) -t "$@" "done"
Note:
See TracChangeset
for help on using the changeset viewer.