]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
Makefile.am/tests: Do not compile the old tests
authorTom Hromatka <tom.hromatka@oracle.com>
Tue, 27 Apr 2021 17:12:15 +0000 (17:12 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 27 Apr 2021 17:12:15 +0000 (17:12 +0000)
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 <tom.hromatka@oracle.com>
Makefile.am

index 1528af2a0784fa86224eb7cfedc0252bea04380e..7ce61d7b7a4f318184f0099b19412c9cfdc29b82 100644 (file)
@@ -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