libzmq/tests/Makefile.am
Martin Lucina 35cb1fade6 Add a basic framework for a test suite
The test suite uses the standard automake support. Tests are always built,
but run only when you do a "make check".
2010-08-27 18:35:59 +02:00

9 lines
158 B
Makefile

INCLUDES = -I$(top_builddir)/include
LDADD = $(top_builddir)/src/libzmq.la
noinst_PROGRAMS = simple
simple_SOURCES = simple.cpp
TESTS = $(noinst_PROGRAMS)