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 | 25cb687fb0079dc3021742e01bcb5ab54855e579 (patch) | |
| tree | b509caa5501346b1c42e15d72f2657d10ab51aee /qpid/cpp/src/tests/Makefile.am | |
| parent | 3ca9356209361677fc3de22b92ee0b4c4333ef7f (diff) | |
| download | qpid-python-25cb687fb0079dc3021742e01bcb5ab54855e579.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@553024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 5bb2c80b2c..3adf8818db 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
