Changeset 73e30dcf
- Timestamp:
- Mar 19, 2020, 2:45:19 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8ef95679
- Parents:
- 0bd5cfb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r0bd5cfb r73e30dcf 318 318 # users may want to simply list the tests 319 319 if options.list_comp : 320 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout - j --jobs ", end='')320 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='') 321 321 print(" ".join(map(lambda t: "%s" % (t.target()), tests))) 322 322
Note: See TracChangeset
for help on using the changeset viewer.