summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-05-15 09:10:02 +0000
committerGordon Sim <gsim@apache.org>2007-05-15 09:10:02 +0000
commit700acf001d1d56484a91d97240f70ed9b8452f9f (patch)
tree79e2194a2f32479eaa69c992d23df2b822b7eaba /cpp
parente1bc1fad1ffe14b14905b5b5dbc2bbe41f740f06 (diff)
downloadqpid-python-700acf001d1d56484a91d97240f70ed9b8452f9f.tar.gz
Added missing files so that make distcheck passes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@538098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/tests/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/cpp/tests/Makefile.am b/cpp/tests/Makefile.am
index 68935d057d..654c4dc1de 100644
--- a/cpp/tests/Makefile.am
+++ b/cpp/tests/Makefile.am
@@ -105,10 +105,15 @@ gen.mk: Makefile.am
> $@-t
mv $@-t $@
-bin_PROGRAMS = interop_runner
+check_PROGRAMS = interop_runner
interop_runner_SOURCES = \
interop_runner.cpp \
SimpleTestCaseBase.cpp \
BasicP2PTest.cpp \
- BasicPubSubTest.cpp
+ BasicPubSubTest.cpp \
+ SimpleTestCaseBase.h \
+ BasicP2PTest.h \
+ BasicPubSubTest.h \
+ TestCase.h \
+ TestOptions.h
interop_runner_LDADD = $(lib_client) $(lib_common) $(extra_libs)