summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2018-06-28 08:13:03 +0100
committerFrediano Ziglio <fziglio@redhat.com>2018-06-28 13:34:14 +0100
commitda4926bd26b3f7c96da30b48f480d1d53adac3b4 (patch)
tree6e07eb57082c6186f0e3d5be6b2b5e1eb8b801b7 /tests
parentf90ab1f19be419e5931500921030b521b539e847 (diff)
build: Reuse TEST_MARSHALLERS macro
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 457bb23..39d30c0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,9 +18,7 @@ test_logging_LDADD = \
test_marshallers_SOURCES = \
- generated_test_marshallers.c \
- generated_test_marshallers.h \
- generated_test_demarshallers.c \
+ $(TEST_MARSHALLERS) \
test-marshallers.c \
test-marshallers.h \
$(NULL)