(file) Return to GNUmakefile CVS log (file) (dir) Up to [OMI] / omi / tests / miapi

 1 krisbash 1.1 TOP = ../..
 2              include $(TOP)/config.mak
 3              
 4              CXXUNITTEST = test_miapi
 5              
 6              SOURCES = $(TOP)/ut/omitestcli.cpp $(TOP)/ut/omifaultsimtest.cpp main.cpp schema.c TestProtocolHandlerCache.cpp TestTransport.cpp
 7              
 8              INCLUDES = $(TOP) $(TOP)/common
 9              
10              LIBRARIES = test_util xml base miapi protocol sock $(UNITTESTLIBS) pal omi_error wsman xmlserializer base
11              
12              include $(TOP)/mak/rules.mak
13              
14              DEFINES = DETECT_FORBIDDEN_FUNCTIONS TEST_BUILD
15              
16              tests:
17              	$(call RUNUNITTEST)
18              
19              vg:
20              	$(call RUNVALGRIND)

ViewCVS 0.9.2