]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Invoke ftests.sh in Makefile.am
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 14:59:52 +0000 (07:59 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 15:37:17 +0000 (08:37 -0700)
commitd7ed07be2409c37d4d9b078d9f0c1114fb49cdee
tree4ba712ce4237e814c902b10e2cbeefcf636885b4
parent5530bba54856b0fdb60a6aed3259b45fc310e99e
ftests: Invoke ftests.sh in Makefile.am

Invoke a wrapper script, ftests.sh, in the TESTS target
within Makefile.am.  This provides two advantages:
1. When new tests are added, Makefile.am does not need
   to be updated
2. This adds verbose logging to the continuous integration
   suite

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/Makefile.am
ftests/ftests.py
ftests/ftests.sh [new file with mode: 0755]