summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
committerAlan Conway <aconway@apache.org>2007-07-03 23:51:17 +0000
commitc601e5c7ea901afc71a6a82f61b3945022ae9e28 (patch)
treed6ce165deaa024fcfaa381eda59bca0ca9609873 /cpp/src/tests/Makefile.am
parent653f0ed6cb89b0b38d295139c102c94352fb8a97 (diff)
downloadqpid-python-c601e5c7ea901afc71a6a82f61b3945022ae9e28.tar.gz
* cluster/ClasifierHandler: classifies frames for clustering treatment.
Currently classifies wiring separately from everything else. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@553024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 5bb2c80b2c..3adf8818db 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -87,9 +87,9 @@ testprogs= \
client_test \
echo_service \
topic_listener \
- topic_publisher \
- interop_runner
-check_PROGRAMS += $(testprogs)
+ topic_publisher
+
+check_PROGRAMS += $(testprogs) interop_runner
TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) $(srcdir)/run_test