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

 1 krisbash 1.1 TOP = ../..
 2              include $(TOP)/config.mak
 3              
 4              CXXUNITTEST = test_provreg
 5              
 6              SOURCES = $(TOP)/ut/omitestcommon.cpp $(TOP)/ut/omifaultsimtest.cpp test_provreg.cpp
 7              
 8              INCLUDES = $(TOP) $(TOP)/common
 9              
10              DEFINES = TEST_BUILD
11              
12              LIBRARIES = omi_error wsman xmlserializer protocol sock provreg ut base pal nits
13              
14              include $(TOP)/mak/rules.mak
15              
16              tests:
17              	$(call RUNUNITTEST)

ViewCVS 0.9.2