Changeset 386fb57 for tests


Ignore:
Timestamp:
May 15, 2023, 8:46:18 AM (14 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
b3ce76f
Parents:
4dd10fb
Message:

added invariant flag to test makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r4dd10fb r386fb57  
    118118
    119119all-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 program
     120        @+$(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
    121121
    122122install : all-local # PAB only
Note: See TracChangeset for help on using the changeset viewer.