TOP = ../.. include $(TOP)/config.mak CXXPROGRAM = test_http SOURCES = \ test_http.cpp \ test_httpclient.cpp \ INCLUDES = $(TOP) $(TOP)/common LIBRARIES = http protocol sock base ut include $(TOP)/mak/rules.mak tests: $(TARGET)