Changeset 35380 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Dec 30, 2010 4:06:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/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_tstGuestPropSvc)/tstGuestPropSvc.run25 # OTHERS += $(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run 26 26 # 27 27 28 28 PROGRAMS += tstGuestPropSvc 29 TESTING += $( PATH_tstGuestPropSvc)/tstGuestPropSvc.run29 TESTING += $(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run 30 30 tstGuestPropSvc_TEMPLATE = VBOXR3TSTEXE 31 31 # The second define here is to ensure that the testcase will run fast, … … 35 35 tstGuestPropSvc_LIBS = $(LIB_RUNTIME) 36 36 37 $$( PATH_tstGuestPropSvc)/tstGuestPropSvc.run: $$(INSTARGET_tstGuestPropSvc)37 $$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$(INSTARGET_tstGuestPropSvc) 38 38 export VBOX_LOG_DEST=nofile; $(INSTARGET_tstGuestPropSvc) quiet 39 39 $(QUIET)$(APPEND) -t "$@" "done"
Note:
See TracChangeset
for help on using the changeset viewer.