Changeset 0f3d844 for tests/test.py
- Timestamp:
- Apr 3, 2020, 10:38:34 AM (3 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:
- 73530d9, b52abe0
- Parents:
- 3eb5a478
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/test.py
r3eb5a478 r0f3d844 303 303 304 304 # print the possible options 305 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='')305 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs -I --include -E --exclude --continue ", end='') 306 306 print(" ".join(map(lambda t: "%s" % (t.target()), tests))) 307 307
Note: See TracChangeset
for help on using the changeset viewer.