summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-08 18:47:18 +0000
committerAlan Conway <aconway@apache.org>2007-08-08 18:47:18 +0000
commit9f481286acfaeb3ce5b2ec1c0a88c19d87633baa (patch)
treee2dad44b64d47b95b41afa589568df198f7dbfdc /qpid/cpp/src/tests
parente06c777404e9dc5906f77cf2054ec578c789dd78 (diff)
downloadqpid-python-9f481286acfaeb3ce5b2ec1c0a88c19d87633baa.tar.gz
Removed new Frame & MethodHolder classes from build.
Excessive compilation time. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@563975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
-rw-r--r--qpid/cpp/src/tests/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 503083af21..dfc86302ae 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -43,12 +43,6 @@ check_PROGRAMS+=Shlib
Shlib_SOURCES=Shlib.cpp
Shlib_LDADD=-lboost_unit_test_framework $(lib_common)
-TESTS+=Frame
-check_PROGRAMS+=Frame
-Frame_SOURCES=Frame.cpp
-Frame_LDADD=-lboost_unit_test_framework $(lib_common)
-
-
# TODO aconway 2007-08-07: Why aren't these tests run automatically?