From 1ee15841e035bd9bc432b347531ed5a99b2fad49 Mon Sep 17 00:00:00 2001 From: Tom Hromatka Date: Tue, 27 Apr 2021 17:12:15 +0000 Subject: [PATCH] Makefile.am/tests: Do not compile the old tests For historical reasons, the old tests remain in the testing directory but are not being run or installed. Due to compiler warnings from newer versions of GCC, do not compile these tests. Signed-off-by: Tom Hromatka --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1528af2a..7ce61d7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,9 +3,6 @@ SUBDIRS = ftests gunit tools INCLUDES = -I$(top_srcdir)/include LDADD = $(top_builddir)/src/.libs/libcgroup.la -# compile the tests, but do not install them -noinst_PROGRAMS = libcgrouptest01 libcg_ba setuid walk_test read_stats walk_task get_controller get_mount_point proctest get_all_controller get_variable_names test_named_hierarchy get_procs wrapper_test logger - libcgrouptest01_SOURCES=libcgrouptest01.c test_functions.c libcgrouptest.h libcg_ba_SOURCES=libcg_ba.cpp setuid_SOURCES=setuid.c -- 2.47.2