From fd5fa116f29d76269d90da78b6efa8cb2d6e6c07 Mon Sep 17 00:00:00 2001 From: lns Date: Mon, 30 May 2022 00:32:31 +0200 Subject: Updated README.md * make check great again (not so much) * make doc/doc-view * CI updates Signed-off-by: lns --- tests/unit/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/unit/Makefile.in') diff --git a/tests/unit/Makefile.in b/tests/unit/Makefile.in index e1d13328e..36f8bec3e 100644 --- a/tests/unit/Makefile.in +++ b/tests/unit/Makefile.in @@ -60,6 +60,8 @@ install: distdir: - distclean: clean /bin/rm -f Makefile + +check: + true # nothing to do here, done by invoking tests/do-unit.sh -- cgit v1.2.3