]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
samples/c: drop the test suites
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Fri, 11 Mar 2022 14:54:43 +0000 (07:54 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 11 Mar 2022 14:54:47 +0000 (07:54 -0700)
commitf1f4f64cc68356f41af95f72c1205724d8830e2c
tree04a4ddc4a43b4c1003667e4ebb942af5d1775dfa
parent97a0e195ddd780795674e0c1672cdfb5c3e86a0e
samples/c: drop the test suites

samples/c contains test cases, those do serve as good examples on how to
use some APIs, but there are also very elaborate test cases, which are
test suites in themselves.  Let's drop these examples and allow users to
look at gunit/ftests for how to contribute to test cases.  This patch
also modifies the Makefile to help users to build the examples, in case
they want to give it a quick try.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
samples/c/Makefile.am
samples/c/libcg_ba.cpp [deleted file]
samples/c/libcgrouptest.h [deleted file]
samples/c/libcgrouptest01.c [deleted file]
tests