Changeset bd30231 for tests


Ignore:
Timestamp:
Oct 17, 2022, 9:05:53 PM (21 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
7b737df
Parents:
fad1f14
Message:

add Makefile variable arch with default x64 and pass it to test.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rfad1f14 rbd30231  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Sat Jun  5 14:49:25 2021
    14 ## Update Count     : 92
     13## Last Modified On : Mon Oct 17 20:55:17 2022
     14## Update Count     : 94
    1515###############################################################################
    1616
     
    2424debug=yes
    2525installed=no
     26arch=x64
    2627archiveerrors=
    2728
     
    106107#----------------------------------------------------------------------------------------------------------------
    107108all-local :
    108         @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
     109        @+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
    109110
    110111all-tests :
    111         @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program
     112        @+${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
    112113
    113114mostlyclean-local :
Note: See TracChangeset for help on using the changeset viewer.