summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-08-27 18:35:59 +0200
committerMartin Lucina <mato@kotelna.sk>2010-08-27 18:35:59 +0200
commit35cb1fade62a92fdccc9fa0d75a3b69115c56c35 (patch)
tree342015f38acd56552b0e3c3ca94594723164182b /configure.in
parent56faac7f19bf2a6d2c7b6e0c2e35fcb667a72a48 (diff)
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".
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4dc20e7..61d22da 100644
--- a/configure.in
+++ b/configure.in
@@ -374,7 +374,7 @@ AC_OUTPUT(Makefile src/Makefile doc/Makefile
perf/Makefile src/libzmq.pc \
devices/Makefile devices/zmq_forwarder/Makefile \
devices/zmq_streamer/Makefile devices/zmq_queue/Makefile \
- builds/msvc/Makefile)
+ builds/msvc/Makefile tests/Makefile)
# On Linux patch libtool to delete hardcoded paths (rpath).
case "${host_os}" in