Changeset 98413 in vbox for trunk/src/VBox/GuestHost/DragAndDrop
- Timestamp:
- Feb 1, 2023 4:22:15 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155657
- File:
-
- 1 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"
Note:
See TracChangeset
for help on using the changeset viewer.