From 74888769d664cb447bcff00298b6f74861afd9e1 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Fri, 1 May 2015 11:31:45 +0200 Subject: [PATCH] Problem: incomplete specs for test_proxy_terminate Solution: fixed this in Makefile.am --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index aa1c8f1a..3efd488c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -494,6 +494,9 @@ tests_test_issue_566_LDADD = src/libzmq.la tests_test_proxy_SOURCES = tests/test_proxy.cpp tests_test_proxy_LDADD = src/libzmq.la +tests_test_proxy_terminate_SOURCES = tests/test_proxy_terminate.cpp +tests_test_proxy_terminate_LDADD = src/libzmq.la + tests_test_many_sockets_SOURCES = tests/test_many_sockets.cpp tests_test_many_sockets_LDADD = src/libzmq.la