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

File: [OMI] / omi / tests / provmgr / GNUmakefile (download)
Revision: 1.1, Mon Apr 20 17:20:36 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_provmgr

SOURCES = $(TOP)/ut/omitestcommon.cpp $(TOP)/ut/omifaultsimtest.cpp test_provmgr.cpp

ifdef DISABLE_INDICATION
else
SOURCES += StrandHelper.cpp test_SubscriptionContext.cpp test_AggregationContext.cpp test_Context.cpp test_IndicationFilter.cpp test_LifecycleContext.cpp test_SubMgr.cpp schema.c XYZ_Test.c
endif

DEFINES = TEST_BUILD

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

LIBRARIES = provmgr miapi omi_error xmlserializer wsman http protocol sock xmlserializer xml wql base micxx omiclient $(UNITTESTLIBS) pal 

include $(TOP)/mak/rules.mak

tests:
	$(call RUNUNITTEST)

reset:
	$(BINDIR)/nits -reset

ViewCVS 0.9.2