mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 00:46:05 +01:00
35cb1fade6
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)
|