From: Marc Fournier Date: Wed, 22 Apr 2015 08:05:33 +0000 (+0200) Subject: tests: include tests/macros.h in release tarballs X-Git-Tag: collectd-5.5.0~35 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=45ddc80b80d20d9839f8f5a38cb50f279f981940 tests: include tests/macros.h in release tarballs This is needed to run the tests outside of the git repository. --- diff --git a/src/Makefile.am b/src/Makefile.am index d679025b..5303c8a9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1364,6 +1364,7 @@ check_PROGRAMS = test_common test_utils_avltree test_utils_heap test_utils_mount test_common_SOURCES = tests/test_common.c \ daemon/common.h daemon/common.c \ + tests/macros.h \ tests/mock/plugin.c \ tests/mock/utils_cache.c \ tests/mock/utils_time.c