From b3fc9ffc7890e621e5003773f3e024ebb07cea84 Mon Sep 17 00:00:00 2001 From: Marco Matthies <71844+marcom@users.noreply.github.com> Date: Sun, 2 Jul 2023 20:50:22 +0200 Subject: [PATCH] Makefile: always build programs before running tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db01147..adcf222 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ lib: $(LIBDSSOPT) clean: rm -f $(ALLPROGS) $(ALLOBJS) $(LIBDSSOPT) -check: +check: all ./tests/test-executables.bash # aliases for check test: check