From 6d77b155bcd4725e09837604e6ea86f5f124ba9c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 5 Dec 2023 20:10:48 +0100 Subject: Third commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01e23e2..996315d 100644 --- a/Makefile +++ b/Makefile @@ -143,6 +143,9 @@ libsyscalls.$(LIBEXT): $(LOBJ) check: $(TESTUTILS) env CPP="$(CPP)" $(TEST_ENV) ./test + @if grep '^alias t=:' < ./test >/dev/null; then \ + printf '\033[1;33m%s\033[m\n' 'Warning! tests have been disabled' >&2; \ + fi install: libsyscalls.a libsyscalls.$(LIBEXT) -- cgit v1.2.3-70-g09d2