Changeset 386fb57
- Timestamp:
- May 15, 2023, 8:46:18 AM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- b3ce76f
- Parents:
- 4dd10fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/Makefile.am ¶
r4dd10fb r386fb57 118 118 119 119 all-local : # This name is important to automake and implies the default build target. 120 @+$(TEST_PY) --debug=$(debug) --install=$(installed) -- archive-errors=$(archiveerrors) $(concurrent) $(timeouts) $(ARCH) --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program120 @+$(TEST_PY) --debug=$(debug) --install=$(installed) --invariant --archive-errors=$(archiveerrors) $(concurrent) $(timeouts) $(ARCH) --all # '@' => do not echo command (SILENT), '+' => allows recursive make from within python program 121 121 122 122 install : all-local # PAB only
Note: See TracChangeset
for help on using the changeset viewer.