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

File: [OMI] / omi / tests / miapi / GNUmakefile (download)
Revision: 1.1, Mon Apr 20 17:20:35 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
OMI 1.0.8-1

TOP = ../..
include $(TOP)/config.mak

CXXUNITTEST = test_miapi

SOURCES = $(TOP)/ut/omitestcli.cpp $(TOP)/ut/omifaultsimtest.cpp main.cpp schema.c TestProtocolHandlerCache.cpp TestTransport.cpp

INCLUDES = $(TOP) $(TOP)/common

LIBRARIES = test_util xml base miapi protocol sock $(UNITTESTLIBS) pal omi_error wsman xmlserializer base

include $(TOP)/mak/rules.mak

DEFINES = DETECT_FORBIDDEN_FUNCTIONS TEST_BUILD

tests:
	$(call RUNUNITTEST)

vg:
	$(call RUNVALGRIND)

ViewCVS 0.9.2