From 8c133bd9b5f92bcdfcb0ce4ed6f7c82fcf1fbfd5 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 19 Oct 2007 16:23:30 +0000 Subject: git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index eea2e6570a..b484bc19c7 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -60,6 +60,16 @@ check_PROGRAMS+=Shlib Shlib_SOURCES=Shlib.cpp Shlib_LDADD=-lboost_unit_test_framework $(lib_common) +TESTS+=FieldValue +check_PROGRAMS+=FieldValue +FieldValue_SOURCES=FieldValue.cpp +FieldValue_LDADD=-lboost_unit_test_framework $(lib_common) + +TESTS+=FieldTable +check_PROGRAMS+=FieldTable +FieldTable_SOURCES=FieldTable.cpp +FieldTable_LDADD=-lboost_unit_test_framework $(lib_common) + # TODO aconway 2007-08-07: Why aren't these tests run automatically? check_PROGRAMS+=ConcurrentQueue @@ -106,7 +116,6 @@ broker_unit_tests = \ ClientChannelTest framing_unit_tests = \ - FieldTableTest \ FramingTest \ HeaderTest \ SequenceNumberTest -- cgit v1.2.1