Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision 8cb06b671a14fffb7125da0255c714ea972727cf)
+++ tests/Makefile.am	(revision e3d4fd1b2ec7a7b883bb1d6504e81d04f98b5fcb)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 09:08:15 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Fri May 12 18:03:57 2023
-## Update Count     : 176
+## Last Modified On : Tue May 16 09:27:48 2023
+## Update Count     : 178
 ###############################################################################
 
@@ -24,11 +24,11 @@
 debug ?= yes
 installed ?= no
-ARCH=${if ${arch},"--arch=${arch}"}
+ARCH = ${if ${arch},"--arch=${arch}"}
+arch_support = "x86/x64/arm"
+DEBUG_FLAGS = -debug -g -O0
+
+quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes meta/dumpable
+
 archiveerrors=
-
-DEBUG_FLAGS=-debug -g -O0
-
-quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes meta/dumpable
-
 concurrent=
 timeouts=
@@ -65,5 +65,5 @@
 CFACCLINK = ${CFACCLOCAL} -quiet ${if ${test}, 2> ${test}, } ${${shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g'}}
 
-PRETTY_PATH=mkdir -p ${dir ${abspath ${@}}} && cd ${srcdir} &&
+PRETTY_PATH = mkdir -p ${dir ${abspath ${@}}} && cd ${srcdir} &&
 
 .PHONY : list .validate .test_makeflags
@@ -128,11 +128,11 @@
 	@echo "user targets:"
 	@echo "    Run the complete test suite."
-	@echo "    $$ make (null) / tests [debug=yes/no] [installed=yes/no] [arch=x86/x64/arm]"
+	@echo "    $$ make (null) / tests [debug=yes/no] [installed=yes/no] [arch=${arch_support}]"
 	@echo ""
 	@echo "    Run the short (quick) test suite."
-	@echo "    $$ make quick [debug=yes/no] [installed=yes/no] [arch=x86/x64/arm]"
+	@echo "    $$ make quick [debug=yes/no] [installed=yes/no] [arch=${arch_support}]"
 	@echo ""
 	@echo "    Run the concurrent test suite."
-	@echo "    $$ make concurrency [debug=yes/no] [installed=yes/no] [arch=x86/x64/arm]"
+	@echo "    $$ make concurrency [debug=yes/no] [installed=yes/no] [arch=${arch_support}]"
 	@echo ""
 	@echo "    List all tests in the test suite."
