Changeset bd30231
- Timestamp:
- Oct 17, 2022, 9:05:53 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 7b737df
- Parents:
- fad1f14
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rfad1f14 rbd30231 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Sat Jun 5 14:49:25 202114 ## Update Count : 9 213 ## Last Modified On : Mon Oct 17 20:55:17 2022 14 ## Update Count : 94 15 15 ############################################################################### 16 16 … … 24 24 debug=yes 25 25 installed=no 26 arch=x64 26 27 archiveerrors= 27 28 … … 106 107 #---------------------------------------------------------------------------------------------------------------- 107 108 all-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} 109 110 110 111 all-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 program112 @+${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 112 113 113 114 mostlyclean-local :
Note: See TracChangeset
for help on using the changeset viewer.