projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244eda2
)
tests: include tests/macros.h in release tarballs
author
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 22 Apr 2015 08:05:33 +0000
(10:05 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Wed, 22 Apr 2015 08:05:33 +0000
(10:05 +0200)
This is needed to run the tests outside of the git repository.
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
d679025
..
5303c8a
100644
(file)
--- 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