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

File: [OMI] / omi / tests / indication / 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_indication

SOURCES = $(TOP)/ut/omitestcommon.cpp $(TOP)/ut/omifaultsimtest.cpp util.cpp \
	test_filter.cpp \
	test_listener.cpp \
	test_mgr.cpp \
	test_subscrip.cpp \
	test_classlist.cpp \
	test_e2e.cpp \

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

DEFINES = DETECT_FORBIDDEN_FUNCTIONS TEST_BUILD

LIBRARIES = test_util indimgr indicmn disp provmgr provreg miapi omi_error wsman protocol sock xmlserializer wql base $(UNITTESTLIBS)

include $(TOP)/mak/rules.mak

tests:
	$(call RUNUNITTEST)

##==============================================================================
##
## dep -- rule to build dependent libraries.
##
##==============================================================================
dep:
	( cd ../util; $(MAKE); )

reset:
	$(BINDIR)/nits -reset

ViewCVS 0.9.2