From: Michael R Sweet Date: Sun, 10 Sep 2023 21:58:29 +0000 (-0400) Subject: Run unit tests when you do a "make test". X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b027e64cf14d83d645895da82ea2da100c7bb7b;p=thirdparty%2Fcups.git Run unit tests when you do a "make test". --- 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