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

 1 krisbash 1.1 TOP = ../..
 2              include $(TOP)/config.mak
 3              
 4              CXXUNITTEST = test_provmgr
 5              
 6              SOURCES = $(TOP)/ut/omitestcommon.cpp $(TOP)/ut/omifaultsimtest.cpp test_provmgr.cpp
 7              
 8              ifdef DISABLE_INDICATION
 9              else
10              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
11              endif
12              
13              DEFINES = TEST_BUILD
14              
15              INCLUDES = $(TOP) $(TOP)/common
16              
17              LIBRARIES = provmgr miapi omi_error xmlserializer wsman http protocol sock xmlserializer xml wql base micxx omiclient $(UNITTESTLIBS) pal 
18              
19              include $(TOP)/mak/rules.mak
20              
21              tests:
22 krisbash 1.1 	$(call RUNUNITTEST)
23              
24              reset:
25              	$(BINDIR)/nits -reset

ViewCVS 0.9.2