From 5b027e64cf14d83d645895da82ea2da100c7bb7b Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 10 Sep 2023 17:58:29 -0400 Subject: [PATCH] Run unit tests when you do a "make test". --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 01321d526f..c8bb86bd26 100644 --- a/Makefile +++ b/Makefile @@ -244,6 +244,7 @@ testserver: all unittests check test: all unittests + cd cups; make test echo Running CUPS test suite... cd test; ./run-stp-tests.sh 1 0 n n