From f97b7af366bd07c17fb63606116f5dfae665e08c Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Wed, 23 Feb 2022 08:00:29 -0700 Subject: [PATCH] configure: Delete legacy test artifacts The legacy tests (now located in the libcgroup-tests) repository have been moved to https://github.com/libcgroup/libcgroup-tests/tree/main/examples and are no longer being run. Remove all references to the tests from the configure.ac file. Signed-off-by: Tom Hromatka Reviewed-by: Kamalesh Babulal --- configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/configure.ac b/configure.ac index 30932001..ce8a7850 100644 --- a/configure.ac +++ b/configure.ac @@ -207,12 +207,6 @@ AC_CONFIG_FILES([Makefile tests/Makefile tests/ftests/Makefile tests/gunit/Makefile - tests/tools/testenv.sh - tests/tools/Makefile - tests/tools/cgconfigparser/Makefile - tests/tools/cgclassify/Makefile - tests/tools/multimount/Makefile - tests/runlibcgrouptest.sh src/Makefile src/daemon/Makefile src/tools/Makefile -- 2.47.2