Changeset 22562 in vbox for trunk/src/VBox/Additions/common/VBoxControl/testcase
- Timestamp:
- Aug 28, 2009 5:58:24 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51589
- Location:
- trunk/src/VBox/Additions/common/VBoxControl/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/testcase/Makefile.kmk
r14233 r22562 31 31 tstVBoxControl_TEMPLATE = VBOXR3TSTEXE 32 32 tstVBoxControl_DEFS = VBOX_CONTROL_TEST 33 tstVBoxControl_SOURCES = tstVBoxControl.cpp ../VBoxControl.cpp ../VBoxControlSVN.cpp33 tstVBoxControl_SOURCES = tstVBoxControl.cpp ../VBoxControl.cpp 34 34 tstVBoxControl_LIBS = $(LIB_RUNTIME) 35 35 tstVBoxControl_DEFS += \ 36 36 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_WITH_HGCM,) 37 38 # VBoxControlSVN.cpp uses VBOX_SVN_REV.39 tstVBoxControl_DEFS += VBOX_SVN_REV=$(VBOX_SVN_REV)40 tstVBoxControl_DEPS = $(VBOX_SVN_REV_KMK)41 37 42 38 endif # VBOX_WITH_TESTCASES -
trunk/src/VBox/Additions/common/VBoxControl/testcase/tstVBoxControl.cpp
r21218 r22562 1 /* *$Id$ */1 /* $Id$ */ 2 2 /** @file 3 3 * VBoxControl - Guest Additions Command Line Management Interface, test case
Note:
See TracChangeset
for help on using the changeset viewer.