From: Tom Hromatka Date: Tue, 27 Apr 2021 17:12:15 +0000 (+0000) Subject: Makefile.am/tests: Do not compile the old tests X-Git-Tag: v2.0.3~11^2^2~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ee15841e035bd9bc432b347531ed5a99b2fad49;p=thirdparty%2Flibcgroup.git 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 --- 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