VirtualBox

Ignore:
Timestamp:
Dec 6, 2011 3:17:59 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75246
Message:

HostServices/SharedFolders: starter unit test.

Location:
trunk/src/VBox/HostServices/SharedFolders/testcase
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk

    r38152 r39540  
    5151tstShflCase_LIBS     = $(LIB_RUNTIME)
    5252
     53#
     54# HGCM service testcase.
     55#
     56
     57# As there are differences between the Windows build of the service and others,
     58# we do an additional build with RT_OS_WINDOWS defined on non-Windows targets.
     59PROGRAMS += \
     60    tstSharedFolderService \
     61    $(if $(eq $(KBUILD_TARGET),win),,tstSharedFolderService-win)
     62
     63tstSharedFolderService_TEMPLATE = VBOXR3TSTEXE
     64tstSharedFolderService_DEFS     = VBOX_WITH_HGCM UNITTEST
     65tstSharedFolderService_INCS     = ..
     66tstSharedFolderService_SOURCES  = \
     67    tstSharedFolderService.cpp \
     68    ../mappings.cpp \
     69    ../service.cpp \
     70    ../shflhandle.cpp \
     71    ../vbsf.cpp
     72tstSharedFolderService_LIBS     = $(LIB_RUNTIME)
     73
     74tstSharedFolderService-win_TEMPLATE = $(tstSharedFolderService_TEMPLATE)
     75tstSharedFolderService-win_DEFS     = \
     76    $(tstSharedFolderService_DEFS) \
     77    RT_OS_WINDOWS
     78tstSharedFolderService-win_INCS     = $(tstSharedFolderService_INCS)
     79tstSharedFolderService-win_SOURCES  = $(tstSharedFolderService_SOURCES)
     80tstSharedFolderService-win_LIBS     = $(tstSharedFolderService_LIBS)
     81
    5382endif # VBOX_WITH_TESTCASES
    5483
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette