summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKonstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>2019-11-11 01:30:00 +0200
committerGitHub <noreply@github.com>2019-11-11 01:30:00 +0200
commit675383b26af3a339dc966c685d3e380cc39538f0 (patch)
tree567eb994dd503c86e8cc85fd2324d38bea11ea93 /tests
parent9a8c32059291cee47a2ec29c756459a8f4fad800 (diff)
Makefile.am files indentation (#7252)
* Use 4 spaces for indentation of non-recipe lines in Makefile.am files * Be more consistent in the use of space before = in Makefile.am files
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am31
-rw-r--r--tests/profile/Makefile2
2 files changed, 15 insertions, 18 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c549cbd473..29fe7ee60f 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,12 +4,12 @@ AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
CLEANFILES = \
- health_mgmtapi/health-cmdapi-test.sh \
- acls/acl.sh \
- urls/request.sh \
- alarm_repetition/alarm.sh \
- template_dimension/template_dim.sh \
- $(NULL)
+ health_mgmtapi/health-cmdapi-test.sh \
+ acls/acl.sh \
+ urls/request.sh \
+ alarm_repetition/alarm.sh \
+ template_dimension/template_dim.sh \
+ $(NULL)
include $(top_srcdir)/build/subst.inc
SUFFIXES = .in
@@ -30,17 +30,16 @@ dist_noinst_DATA = \
urls/request.sh.in \
alarm_repetition/alarm.sh.in \
template_dimension/template_dim.sh.in \
- $(NULL)
+ $(NULL)
dist_plugins_SCRIPTS = \
- health_mgmtapi/health-cmdapi-test.sh \
- acls/acl.sh \
- urls/request.sh \
- alarm_repetition/alarm.sh \
- template_dimension/template_dim.sh \
- $(NULL)
+ health_mgmtapi/health-cmdapi-test.sh \
+ acls/acl.sh \
+ urls/request.sh \
+ alarm_repetition/alarm.sh \
+ template_dimension/template_dim.sh \
+ $(NULL)
dist_noinst_SCRIPTS = \
- stress.sh \
- $(NULL)
-
+ stress.sh \
+ $(NULL)
diff --git a/tests/profile/Makefile b/tests/profile/Makefile
index 5f4e8b5210..9348a48863 100644
--- a/tests/profile/Makefile
+++ b/tests/profile/Makefile
@@ -47,7 +47,5 @@ statsd-stress: statsd-stress.c
test-eval: test-eval.c
gcc ${CFLAGS} -o $@ $^ ${COMMON_LDFLAGS}
-
clean:
rm -f benchmark-procfile-parser statsd-stress test-eval benchmark-dictionary benchmark-value-pairs
-