Changeset 98415 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Feb 1, 2023 4:24:09 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk
r98169 r98415 43 43 tstGuestPropSvc_DEFS = VBOX_WITH_HGCM VBOX_GUEST_PROP_TEST_NOTHREAD 44 44 tstGuestPropSvc_SOURCES = \ 45 tstGuestPropSvc.cpp \46 ../VBoxGuestPropSvc.cpp45 tstGuestPropSvc.cpp \ 46 ../VBoxGuestPropSvc.cpp 47 47 tstGuestPropSvc_LIBS = $(LIB_RUNTIME) 48 48 49 $$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$(tstGuestPropSvc_1_STAGE_TARGET)49 $$(tstGuestPropSvc_0_OUTDIR)/tstGuestPropSvc.run: $$(tstGuestPropSvc_1_STAGE_TARGET) 50 50 export VBOX_LOG_DEST=nofile; $(tstGuestPropSvc_1_STAGE_TARGET) quiet 51 51 $(QUIET)$(APPEND) -t "$@" "done"
Note:
See TracChangeset
for help on using the changeset viewer.