diff --git a/Makefile b/Makefile index efc90f8..0217dcf 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,8 @@ testdebug: debug test: all ${MAKE} -C test test nettest +check: test + bench: all ${MAKE} -C test bench