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

File: [OMI] / omi / protocol / tests / Attic / GNUmakefile (download)
Revision: 1.1.1.1 (vendor branch), Wed May 30 21:47:49 2012 UTC (12 years, 1 month ago) by mike
Branch: TOG
CVS Tags: OMI_1_0_2_Branch, OMI_1_0_1_PRE, OMI_1_0_0
Changes since 1.1: +0 -0 lines
Initial Import

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

CXXPROGRAM = test_protocol

SOURCES = \
    test_http.cpp \
    test_protocol.cpp \
    test_selector.cpp \
    test_thread.cpp \
    test_wsmanbuffer.cpp \
    test_wsman.cpp \
    test_wsman_inproc.cpp \
    $(TOP)/unittest/utils.cpp \
    $(TOP)/base/tests/schema.c

HEADERS =

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

LIBRARIES = omiclient micxx protocol xml base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2