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

File: [OMI] / omi / wsman / tests / Attic / GNUmakefile (download)
Revision: 1.1, Mon Jun 25 18:54:42 2012 UTC (12 years ago) by mike
Branch: MAIN
CVS Tags: OMI_1_0_2, OMI_1_0_0
1.0.2

TOP = ../..
include $(TOP)/config.mak

CXXPROGRAM = test_wsman

SOURCES = \
    test_wsbuf.cpp \
    test_wsman.cpp \
    test_wsman_inproc.cpp \
    $(TOP)/unittest/utils.cpp \
    $(TOP)/base/tests/schema.c

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

LIBRARIES = omiclient micxx wsman http protocol sock xml base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2