aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-27 11:32:12 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-27 11:34:11 +0200
commit478f82f47ed71adec51c8c3b556d07b632a22faf (patch)
tree5a1fe7dac5f2f41b39cf861e00b7c0e51040b8c3 /tests
parentf37b0ad652037a23145d7e0ddc5004a701b24585 (diff)
build: Fix make distcheck
Diffstat (limited to 'tests')
-rw-r--r--tests/CommonLibs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/CommonLibs/Makefile.am b/tests/CommonLibs/Makefile.am
index 721c9a2..4543c72 100644
--- a/tests/CommonLibs/Makefile.am
+++ b/tests/CommonLibs/Makefile.am
@@ -9,7 +9,8 @@ EXTRA_DIST = BitVectorTest.ok \
SocketsTest.ok \
TimevalTest.ok \
VectorTest.ok \
- LogTest.ok
+ LogTest.ok \
+ LogTest.err
noinst_PROGRAMS = \
BitVectorTest \