Changeset 49906 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Dec 14, 2013 9:01:04 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91288
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r49803 r49906 26 26 if defined(VBOX_WITH_TESTCASES) 27 27 PROGRAMS += \ 28 tstAPI \ 29 $(if $(VBOX_OSE),,tstOVF) \ 30 $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin) \ 31 $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \ 32 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \ 33 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \ 34 tstMediumLock \ 35 tstMouseImpl 28 tstAPI \ 29 tstVBoxAPIPerf \ 30 $(if $(VBOX_OSE),,tstOVF) \ 31 $(if $(VBOX_WITH_XPCOM),tstVBoxAPIXPCOM,tstVBoxAPIWin) \ 32 $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \ 33 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) \ 34 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \ 35 tstMediumLock \ 36 tstMouseImpl 36 37 PROGRAMS.linux += \ 37 $(if $(VBOX_WITH_USB),tstUSBProxyLinux,)38 $(if $(VBOX_WITH_USB),tstUSBProxyLinux,) 38 39 endif # !VBOX_WITH_TESTCASES 39 40 endif # !VBOX_ONLY_SDK … … 65 66 tstAPI_SOURCES = tstAPI.cpp 66 67 68 69 # 70 # tstVBoxAPIPerf 71 # 72 tstVBoxAPIPerf_TEMPLATE = VBOXMAINCLIENTTSTEXE 73 tstVBoxAPIPerf_SOURCES = \ 74 tstVBoxAPIPerf.cpp 67 75 68 76 #
Note:
See TracChangeset
for help on using the changeset viewer.