summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-12-13 16:41:20 +0200
committerGitHub <noreply@github.com>2023-12-13 16:41:20 +0200
commit92842d8422a570aed4005b5069531f7f5189fe4d (patch)
tree6923d0e00551ab448f7211e865577cd7a8991aef /tests
parent548489555bbdadc7274a2165f365b968992b98da (diff)
CMake build system. (#15996)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Co-authored-by: Emmanuel Vasilakis <mrzammler@mm.st> Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Co-authored-by: netdatabot <bot@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am38
1 files changed, 0 insertions, 38 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
deleted file mode 100644
index 2a9b2105c6..0000000000
--- a/tests/Makefile.am
+++ /dev/null
@@ -1,38 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-CLEANFILES = \
- $(srcdir)/health_mgmtapi/health-cmdapi-test.sh \
- $(srcdir)/acls/acl.sh \
- $(srcdir)/urls/request.sh \
- $(srcdir)/alarm_repetition/alarm.sh \
- $(srcdir)/template_dimension/template_dim.sh \
- $(srcdir)/ebpf/ebpf_thread_function.sh \
- $(NULL)
-
-include $(top_srcdir)/build/subst.inc
-SUFFIXES = .in
-
-dist_noinst_DATA = \
- $(srcdir)/health_mgmtapi/health-cmdapi-test.sh.in \
- $(srcdir)/acls/acl.sh.in \
- $(srcdir)/urls/request.sh.in \
- $(srcdir)/alarm_repetition/alarm.sh.in \
- $(srcdir)/template_dimension/template_dim.sh.in \
- $(srcdir)/ebpf/ebpf_thread_function.sh.in \
- $(NULL)
-
-dist_plugins_SCRIPTS = \
- $(srcdir)/health_mgmtapi/health-cmdapi-test.sh \
- $(srcdir)/acls/acl.sh \
- $(srcdir)/urls/request.sh \
- $(srcdir)/alarm_repetition/alarm.sh \
- $(srcdir)/template_dimension/template_dim.sh \
- $(srcdir)/ebpf/ebpf_thread_function.sh \
- $(NULL)
-
-dist_noinst_SCRIPTS = \
- $(srcdir)/stress.sh \
- $(NULL)