diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-03 23:51:17 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-03 23:51:17 +0000 |
| commit | c601e5c7ea901afc71a6a82f61b3945022ae9e28 (patch) | |
| tree | d6ce165deaa024fcfaa381eda59bca0ca9609873 /cpp/src/tests/Makefile.am | |
| parent | 653f0ed6cb89b0b38d295139c102c94352fb8a97 (diff) | |
| download | qpid-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.am | 6 |
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 |
