From: Tom Hromatka Date: Wed, 23 Feb 2022 15:00:29 +0000 (-0700) Subject: configure: Delete legacy test artifacts X-Git-Tag: v3.0~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f97b7af366bd07c17fb63606116f5dfae665e08c;p=thirdparty%2Flibcgroup.git 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 --- 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