From 7daec5921ea3318d0a1a5f187b7e74b447a0c136 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sat, 1 Jun 2024 16:28:17 +0200 Subject: [PATCH] tests: re-introduce all_tests needed by syntax-check The recent commit removed the variable 'all_tests' which is used by sc_tests_list_consistency in cfg.mk. * tests/local.mk (all_tests): Re-introduce and ... (TESTS): ... use it here. --- tests/local.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/local.mk b/tests/local.mk index b7cbdbbd..1fe14c01 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -20,7 +20,9 @@ built_programs = find xargs frcode locate updatedb # Indirections required so that we'll still be able to know the # complete list of our tests even if the user overrides TESTS # from the command line (as permitted by the test harness API). -TESTS = $(sh_tests) $(binary_tests) +# The check 'sc_tests_list_consistency' also uses 'all_tests'. +all_tests = $(sh_tests) $(binary_tests) +TESTS = $(all_tests) root_tests = $(all_root_tests) EXTRA_DIST += $(sh_tests)