Index: tests/Makefile.am
===================================================================
--- tests/Makefile.am	(revision fad1f145f5f674f5bad6113c497f14aae8d41ec1)
+++ tests/Makefile.am	(revision bd30231c993f734b582238174f544d4211b1382e)
@@ -11,6 +11,6 @@
 ## Created On       : Sun May 31 09:08:15 2015
 ## Last Modified By : Peter A. Buhr
-## Last Modified On : Sat Jun  5 14:49:25 2021
-## Update Count     : 92
+## Last Modified On : Mon Oct 17 20:55:17 2022
+## Update Count     : 94
 ###############################################################################
 
@@ -24,4 +24,5 @@
 debug=yes
 installed=no
+arch=x64
 archiveerrors=
 
@@ -106,8 +107,8 @@
 #----------------------------------------------------------------------------------------------------------------
 all-local :
-	@+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
+	@+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
 
 all-tests :
-	@+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
+	@+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
 
 mostlyclean-local :
