From 50485bedfd9818165aa1d039d0abe95a559134b7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 8 Feb 2019 08:31:03 +0100 Subject: Merging upstream version 1.12.0. Signed-off-by: Daniel Baumann --- tests/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 722266d77..b0f65456e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,7 +1,15 @@ # SPDX-License-Identifier: GPL-3.0-or-later +AUTOMAKE_OPTIONS = subdir-objects MAINTAINERCLEANFILES = $(srcdir)/Makefile.in +CLEANFILES = \ + health_mgmtapi/health-cmdapi-test.sh \ + $(NULL) + +include $(top_srcdir)/build/subst.inc +SUFFIXES = .in + dist_noinst_DATA = \ README.md \ web/lib/jasmine-jquery.js \ @@ -13,8 +21,14 @@ dist_noinst_DATA = \ node.d/fronius.parse.spec.js \ node.d/fronius.process.spec.js \ node.d/fronius.validation.spec.js \ + health_mgmtapi/health-cmdapi-test.sh.in \ + $(NULL) + +dist_plugins_SCRIPTS = \ + health_mgmtapi/health-cmdapi-test.sh \ $(NULL) dist_noinst_SCRIPTS = \ stress.sh \ $(NULL) + -- cgit v1.2.3