Changeset 98413 in vbox for trunk/src/VBox
- Timestamp:
- Feb 1, 2023 4:22:15 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155657
- Location:
- trunk/src/VBox/GuestHost
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/DragAndDrop/testcase/Makefile.kmk
r98169 r98413 31 31 if defined(VBOX_WITH_TESTCASES) && !defined(VBOX_ONLY_ADDITIONS) && !defined(VBOX_ONLY_SDK) 32 32 33 34 35 33 if defined(VBOX_WITH_QTGUI) 34 include $(PATH_SUB_CURRENT)/tstDragAndDropQt/Makefile.kmk 35 endif 36 36 37 PROGRAMS+= tstDnDTransferObject tstDnDTransferList tstDnDPath38 TESTING+= \39 40 41 37 PROGRAMS += tstDnDTransferObject tstDnDTransferList tstDnDPath 38 TESTING += \ 39 $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run \ 40 $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run \ 41 $(tstDnDTransferPath_0_OUTDIR)/tstDnDPath.run 42 42 43 tstDnDTransferObject_TEMPLATE= VBoxR3TstExe44 tstDnDTransferObject_DEFS= UNIT_TEST TESTCASE45 tstDnDTransferObject_SOURCES= \46 47 48 49 tstDnDTransferObject_CLEAN= $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run43 tstDnDTransferObject_TEMPLATE = VBoxR3TstExe 44 tstDnDTransferObject_DEFS = UNIT_TEST TESTCASE 45 tstDnDTransferObject_SOURCES = \ 46 tstDnDTransferObject.cpp \ 47 ../DnDTransferObject.cpp \ 48 ../DnDPath.cpp 49 tstDnDTransferObject_CLEAN = $(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run 50 50 51 51 $$(tstDnDTransferObject_0_OUTDIR)/tstDnDTransferObject.run: $$(tstDnDTransferObject_1_STAGE_TARGET) 52 52 export VBOX_LOG_DEST=nofile; $(tstDnDTransferObject_1_STAGE_TARGET) quiet 53 53 $(QUIET)$(APPEND) -t "$@" "done" 54 54 55 tstDnDTransferList_TEMPLATE= VBoxR3TstExe56 tstDnDTransferList_DEFS= UNIT_TEST TESTCASE57 tstDnDTransferList_SOURCES= \58 59 60 61 62 tstDnDTransferList_CLEAN= $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run55 tstDnDTransferList_TEMPLATE = VBoxR3TstExe 56 tstDnDTransferList_DEFS = UNIT_TEST TESTCASE 57 tstDnDTransferList_SOURCES = \ 58 tstDnDTransferList.cpp \ 59 ../DnDTransferObject.cpp \ 60 ../DnDTransferList.cpp \ 61 ../DnDPath.cpp 62 tstDnDTransferList_CLEAN = $(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run 63 63 64 64 $$(tstDnDTransferList_0_OUTDIR)/tstDnDTransferList.run: $$(tstDnDTransferList_1_STAGE_TARGET) 65 65 export VBOX_LOG_DEST=nofile; $(tstDnDTransferList_1_STAGE_TARGET) quiet 66 66 $(QUIET)$(APPEND) -t "$@" "done" 67 67 68 tstDnDPath_TEMPLATE= VBoxR3TstExe69 tstDnDPath_DEFS= UNIT_TEST TESTCASE70 tstDnDPath_SOURCES= \71 72 73 tstDnDPath_CLEAN= $(tstDnDPath_0_OUTDIR)/tstDnDPath.run68 tstDnDPath_TEMPLATE = VBoxR3TstExe 69 tstDnDPath_DEFS = UNIT_TEST TESTCASE 70 tstDnDPath_SOURCES = \ 71 tstDnDPath.cpp \ 72 ../DnDPath.cpp 73 tstDnDPath_CLEAN = $(tstDnDPath_0_OUTDIR)/tstDnDPath.run 74 74 75 75 $$(tstDnDPath_0_OUTDIR)/tstDnDPath.run: $$(tstDnDPath_1_STAGE_TARGET) 76 76 export VBOX_LOG_DEST=nofile; $(tstDnDPath_1_STAGE_TARGET) quiet 77 77 $(QUIET)$(APPEND) -t "$@" "done" -
trunk/src/VBox/GuestHost/HGSMI/Makefile.kmk
r98133 r98413 36 36 # 37 37 ifdef VBOX_WITH_ADDITION_DRIVERS 38 LIBRARIES += HGSMIGuestR0Lib39 HGSMIGuestR0Lib_TEMPLATE= VBoxGuestR0DrvLib40 HGSMIGuestR0Lib_DEFS=41 HGSMIGuestR0Lib_INCS= $(VBOX_GRAPHICS_INCS)42 HGSMIGuestR0Lib_SOURCES= \43 HGSMICommon.cpp \44 HGSMIMemAlloc.cpp38 LIBRARIES += HGSMIGuestR0Lib 39 HGSMIGuestR0Lib_TEMPLATE = VBoxGuestR0DrvLib 40 HGSMIGuestR0Lib_DEFS = 41 HGSMIGuestR0Lib_INCS = $(VBOX_GRAPHICS_INCS) 42 HGSMIGuestR0Lib_SOURCES = \ 43 HGSMICommon.cpp \ 44 HGSMIMemAlloc.cpp 45 45 endif 46 46 -
trunk/src/VBox/GuestHost/SharedClipboard/testcase/Makefile.kmk
r98169 r98413 40 40 tstClipboardGH-X11_DEFS = VBOX_WITH_HGCM UNIT_TEST TESTCASE 41 41 tstClipboardGH-X11_SOURCES = \ 42 tstClipboardGH-X11.cpp \43 ../clipboard-x11.cpp \44 ../clipboard-common.cpp42 tstClipboardGH-X11.cpp \ 43 ../clipboard-x11.cpp \ 44 ../clipboard-common.cpp 45 45 tstClipboardGH-X11_CXXFLAGS += -Wno-array-bounds 46 46 tstClipboardGH-X11_LIBS = X11 Xt … … 50 50 tstClipboardGH-X11Smoke_DEFS = VBOX_WITH_HGCM SMOKETEST 51 51 tstClipboardGH-X11Smoke_SOURCES = \ 52 tstClipboardGH-X11Smoke.cpp \53 ../clipboard-x11.cpp \54 ../clipboard-common.cpp52 tstClipboardGH-X11Smoke.cpp \ 53 ../clipboard-x11.cpp \ 54 ../clipboard-common.cpp 55 55 tstClipboardGH-X11Smoke_LIBPATH = $(VBOX_LIBPATH_X11) 56 56 tstClipboardGH-X11Smoke_LIBS = X11 Xt … … 61 61 $(QUIET)$(APPEND) -t "$@" "done" 62 62 63 $$(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run: 63 $$(tstClipboardGH-X11Smoke_0_OUTDIR)/tstClipboardGH-X11Smoke.run: $$(tstClipboardGH-X11Smoke_1_STAGE_TARGET) 64 64 export VBOX_LOG_DEST=nofile; $(tstClipboardGH-X11Smoke_1_STAGE_TARGET) quiet 65 65 $(QUIET)$(APPEND) -t "$@" "done" 66 66 67 67 if defined(VBOX_WITH_QTGUI) 68 68 include $(PATH_SUB_CURRENT)/tstClipboardQt/Makefile.kmk 69 69 endif 70 70
Note:
See TracChangeset
for help on using the changeset viewer.