summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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)