summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2019-10-15 15:15:40 +0300
committerGitHub <noreply@github.com>2019-10-15 15:15:40 +0300
commit16d40fbb14f29e51902434a5da69932c4b0353a0 (patch)
treea74e8306825cacd2672b60ed4ffc2908e47c2f72 /daemon
parent8a2f99238aacc7ba5429e3942870ccc1e897be3a (diff)
Add CMocka unit tests (#6985)
* Add str2ld test * Build test with Autotools * Add storage_number test * Configure tests in CMake
Diffstat (limited to 'daemon')
-rw-r--r--daemon/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index e020e517b1..ee1b53d095 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
anonymous-statistics.sh \
$(NULL)