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

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

ViewCVS 0.9.2