Changeset 35380 in vbox for trunk/src/VBox/HostServices/GuestControl
- Timestamp:
- Dec 30, 2010 4:06:17 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk
r28800 r35380 23 23 # Set this in LocalConfig.kmk if you are working on the guest property 24 24 # service to automatically run the testcase at build time. 25 # OTHERS += $( PATH_tstGuestControlSvc)/tstGuestControlSvc.run25 # OTHERS += $(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run 26 26 # 27 27 28 28 PROGRAMS += tstGuestControlSvc 29 TESTING += $( PATH_tstGuestPropSvc)/tstGuestControlSvc.run29 TESTING += $(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run 30 30 tstGuestControlSvc_TEMPLATE = VBOXR3TSTEXE 31 31 # The second define here is to ensure that the testcase will run fast, … … 38 38 tstGuestControlSvc_LIBS = $(LIB_RUNTIME) 39 39 40 $$( PATH_tstGuestControlSvc)/tstGuestControlSvc.run: $$(INSTARGET_tstGuestControlSvc)40 $$(tstGuestControlSvc_0_OUTDIR)/tstGuestControlSvc.run: $$(INSTARGET_tstGuestControlSvc) 41 41 export VBOX_LOG_DEST=nofile; $(INSTARGET_tstGuestControlSvc) quiet 42 42 $(QUIET)$(APPEND) -t "$@" "done"
Note:
See TracChangeset
for help on using the changeset viewer.