diff --git a/Makefile b/Makefile index fea8a8ca7ff31d6ca40a559d467e1252d4583f6d..661bfefbd583ac121d396d026af0357953a69b4e 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ sysroot: all test: sysroot # TODO: Fix SIGILL when running cargo test # $(CARGO_TEST) test - # TODO: $(MAKE) -C tests run? + $(MAKE) -C tests run $(MAKE) -C tests verify # Debug targets