Changeset 37883 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jul 12, 2011 9:53:58 AM (14 years ago)
- Location:
- trunk/src/VBox/Main/testcase
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/Makefile.kmk
r37669 r37883 5 5 6 6 # 7 # Copyright (C) 2006-20 07Oracle Corporation7 # Copyright (C) 2006-2011 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as … … 28 28 $(if $(VBOX_OSE),,tstOVF) \ 29 29 $(if $(VBOX_WITH_XPCOM),tstVBoxAPILinux,tstVBoxAPIWin) \ 30 $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) 30 $(if $(VBOX_WITH_RESOURCE_USAGE_API),tstCollector,) \ 31 $(if $(VBOX_WITH_GUEST_CONTROL),tstGuestCtrlParseBuffer,) 31 32 PROGRAMS.linux += \ 32 33 $(if $(VBOX_WITH_USB),tstUSBProxyLinux,) … … 143 144 tstCollector_LDFLAGS.win += psapi.lib powrprof.lib 144 145 145 146 # 147 # tstGuestCtrlParseBuffer 148 # 149 tstGuestCtrlParseBuffer_TEMPLATE = VBOXR3TSTNPEXE 150 tstGuestCtrlParseBuffer_SOURCES = tstGuestCtrlParseBuffer.cpp 146 151 147 152 #
Note:
See TracChangeset
for help on using the changeset viewer.