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

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

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

CXXPROGRAM = test_cli

SOURCES = test_cli.cpp ../cli.cpp

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

LIBRARIES = omiclient micxx base ut

include $(TOP)/mak/rules.mak

tests:
	( cd $(TOP)/unittest; $(TARGET) )

ViewCVS 0.9.2