From 35cb1fade62a92fdccc9fa0d75a3b69115c56c35 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Fri, 27 Aug 2010 18:35:59 +0200 Subject: 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". --- tests/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..50ba0f3 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = -I$(top_builddir)/include +LDADD = $(top_builddir)/src/libzmq.la + +noinst_PROGRAMS = simple + +simple_SOURCES = simple.cpp + +TESTS = $(noinst_PROGRAMS) -- cgit v1.2.3