From ccfbdc0ae449d7702c07dbf1901b87898fa35ddc Mon Sep 17 00:00:00 2001
From: 4lDO2 <4lDO2@protonmail.com>
Date: Wed, 3 May 2023 15:59:52 +0200
Subject: [PATCH] Run regular non-expect-based tests too.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index fea8a8ca7..661bfefbd 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
-- 
GitLab