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

File: [OMI] / omi / sock / tests / Attic / GNUmakefile (download)
Revision: 1.2, Mon Apr 20 17:10:35 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Remove 1.0.2

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

CXXPROGRAM = test_sock

SOURCES = \
    test_selector.cpp \
    test_thread.cpp

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

LIBRARIES = sock base ut

include $(TOP)/mak/rules.mak

tests:
	$(TARGET)

ViewCVS 0.9.2