Changeset 7b737df
- Timestamp:
- Oct 18, 2022, 1:00:46 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- ce7d197
- Parents:
- bd30231
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rbd30231 r7b737df 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Oct 17 20:55:17 202214 ## Update Count : 9 413 ## Last Modified On : Sat Jun 5 14:49:25 2021 14 ## Update Count : 92 15 15 ############################################################################### 16 16 … … 24 24 debug=yes 25 25 installed=no 26 arch=x6427 26 archiveerrors= 28 27 … … 107 106 #---------------------------------------------------------------------------------------------------------------- 108 107 all-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} 110 109 111 110 all-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 program111 @+${TEST_PY} --debug=${debug} --install=${installed} --archive-errors=${archiveerrors} ${concurrent} ${timeouts} --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 113 112 114 113 mostlyclean-local :
Note: See TracChangeset
for help on using the changeset viewer.