Changeset 7b737df


Ignore:
Timestamp:
Oct 18, 2022, 1:00:46 PM (19 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
ce7d197
Parents:
bd30231
Message:

undo arch flag to Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rbd30231 r7b737df  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Oct 17 20:55:17 2022
    14 ## Update Count     : 94
     13## Last Modified On : Sat Jun  5 14:49:25 2021
     14## Update Count     : 92
    1515###############################################################################
    1616
     
    2424debug=yes
    2525installed=no
    26 arch=x64
    2726archiveerrors=
    2827
     
    107106#----------------------------------------------------------------------------------------------------------------
    108107all-local :
    109         @+${TEST_PY} --debug=${debug} --arch=${arch} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
     108        @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} ${quick_test}
    110109
    111110all-tests :
    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
     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
    113112
    114113mostlyclean-local :
Note: See TracChangeset for help on using the changeset viewer.