diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/tests/Makefile.am | 9 |
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) |