diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |