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)