- Timestamp:
- Jun 30, 2009 3:05:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/Makefile.kmk
r19505 r21074 24 24 25 25 ifdef VBOX_WITH_TESTCASES 26 ifndef VBOX_ONLY_ADDITIONS 27 # 28 # Case conversion testcase. 29 # 30 if1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris) 26 if1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris) 27 ifndef VBOX_ONLY_SDK 28 29 # Set these in LocalConfig.kmk if you are working on the X11 clipboard service 30 # to automatically run the unit tests at build time: 31 # OTHERS += $(PATH_tstClipboardX11)/tstClipboardX11.run 32 # OTHERS += $(PATH_tstClipboardX11Smoke)/tstClipboardX11Smoke.run 33 31 34 PROGRAMS += tstClipboardX11 tstClipboardX11Smoke 32 35 tstClipboardX11_TEMPLATE = VBOXR3TSTEXE … … 41 44 tstClipboardX11Smoke_LIBS = $(LIB_RUNTIME) X11 Xt 42 45 43 # Set this in LocalConfig.kmk if you are working on the X11 clipboard service 44 # to automatically run the testcase at build time. 45 ifdef VBOX_RUN_X11_CLIPBOARD_TEST 46 ifndef VBOX_ONLY_SDK 47 TESTING += $(PATH_tstClipboardX11)/tstClipboardX11.run 48 OTHERS += $(PATH_tstClipboardX11)/tstClipboardX11.run 46 TESTING += $(PATH_tstClipboardX11)/tstClipboardX11.run 49 47 $$(PATH_tstClipboardX11)/tstClipboardX11.run: $$(INSTARGET_tstClipboardX11) 50 48 export VBOX_LOG_DEST=nofile; $(INSTARGET_tstClipboardX11) quiet 51 49 $(QUIET)$(APPEND) -t "$@" "done" 52 50 53 TESTING += $(PATH_tstClipboardX11Smoke)/tstClipboardX11Smoke.run 54 OTHERS += $(PATH_tstClipboardX11Smoke)/tstClipboardX11Smoke.run 51 TESTING += $(PATH_tstClipboardX11Smoke)/tstClipboardX11Smoke.run 55 52 $$(PATH_tstClipboardX11Smoke)/tstClipboardX11Smoke.run: \ 56 53 $$(INSTARGET_tstClipboardX11) 57 54 export VBOX_LOG_DEST=nofile; $(INSTARGET_tstClipboardX11Smoke) quiet 58 55 $(QUIET)$(APPEND) -t "$@" "done" 59 endif60 endif61 56 62 endif # 1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris)63 endif # ! VBOX_ONLY_ADDITIONS57 endif # ! VBOX_ONLY_SDK 58 endif # 1of ($(KBUILD_TARGET),freebsd linux netbsd openbsd solaris) 64 59 endif # VBOX_WITH_TESTCASES 65 60
Note:
See TracChangeset
for help on using the changeset viewer.