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)