logo

system-testsuite

Unix system testsuite (highlights broken bits in GNU and BusyBox)
commit: f2e309234dc1852396686467f855f5b375eb47ab
parent 438ca24b26b47c5198e8e7c422a3558466ee0e0f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 30 Sep 2021 07:47:42 +0200

Makefile: Add wrapping makefile

Diffstat:

AMakefile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -0,0 +1,2 @@ +test: + kyua test || (kyua report --verbose; false)