Changeset 52045 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jul 16, 2014 8:37:43 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95040
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r51903 r52045 35 35 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlContextID,) \ 36 36 tstMediumLock \ 37 tstMouseImpl 37 tstMouseImpl \ 38 tstGuid 38 39 PROGRAMS.linux += \ 39 40 $(if $(VBOX_WITH_USB),tstUSBProxyLinux,) … … 264 265 265 266 267 # 268 # tstGuid 269 # 270 tstGuid_TEMPLATE = VBOXMAINCLIENTTSTEXE 271 tstGuid_SOURCES = tstGuid.cpp 272 273 266 274 # generate rules. 267 275 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.