Changeset a51b8f6
- Timestamp:
- Oct 12, 2022, 4:21:36 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 481f882
- Parents:
- e5256bd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
re5256bd ra51b8f6 72 72 # this is a valid name, let's check if it already exists 73 73 found = [test for test in all_tests if canonical_path( test.target() ) == testname] 74 setup = itertools.product(settings.all_arch if options.arch else [None])74 setup = settings.all_arch if options.arch else [None] 75 75 if not found: 76 76 # it's a new name, create it according to the name and specified architecture
Note: See TracChangeset
for help on using the changeset viewer.