Changeset 62801 in vbox for trunk/src/VBox/HostServices/GuestControl/testcase
- Timestamp:
- Aug 1, 2016 9:44:15 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109388
- Location:
- trunk/src/VBox/HostServices/GuestControl/testcase
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/testcase/Makefile.kmk
r62489 r62801 33 33 tstGuestControlSvc_DEFS = VBOX_WITH_HGCM VBOX_GUEST_CONTROL_TEST_NOTHREAD 34 34 tstGuestControlSvc_SOURCES = \ 35 ../gctrl.cpp \36 35 ../service.cpp \ 37 36 tstGuestControlSvc.cpp -
trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp
r62800 r62801 1 1 /* $Id$ */ 2 2 /** @file 3 *4 3 * Testcase for the guest control service. 5 4 */ … … 25 24 #include <iprt/stream.h> 26 25 #include <iprt/test.h> 27 28 #include "../gctrl.h"29 26 30 27
Note:
See TracChangeset
for help on using the changeset viewer.