summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2012-05-13 12:44:23 +0200
committerMartin Sustrik <sustrik@250bpm.com>2012-05-14 05:59:04 +0200
commit193f1e5208d782b7ee9f31922a908ecd80291cd5 (patch)
tree905490659664d045caab7797ff58e09d1ac73ba2 /tests
parent8826d6cdfba218115f1ece9c1b8531d223d616b6 (diff)
libzmq and tests MSVC projects added to distribution
The package (tarball, zip) was missing these MSVC projects which means libzmq and tests could not be built from the package, only from git. This patch fixes the problem. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 71442a2..27ca5dd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -54,3 +54,6 @@ shutdown_SOURCES = shutdown.cpp
backlog_SOURCES = backlog.cpp
TESTS = $(noinst_PROGRAMS)
+
+EXTRA_DIST = tests.cpp
+