mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 16:06:09 +00:00
The test suite uses the standard automake support. Tests are always built, but run only when you do a "make check".
9 lines
158 B
Makefile
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)
|