summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
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
commit3be8d0a39db6c6ac10c59dc02ce7270ccddc9ffb (patch)
treede97044ed8c16ffca4f76704c2757250941b3aa5 /cpp/src/tests/Makefile.am
parent457bdffb215d923371a5573939fbc583e7fa4f51 (diff)
downloadqpid-python-3be8d0a39db6c6ac10c59dc02ce7270ccddc9ffb.tar.gz
Removed new Frame & MethodHolder classes from build.
Excessive compilation time. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@563975 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 503083af21..dfc86302ae 100644
--- a/cpp/src/tests/Makefile.am
+++ b/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?