Changeset f9128a5
- Timestamp:
- May 27, 2019, 2:05:34 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 0c6900b
- Parents:
- f88a252
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/test_run.py
rf88a252 rf9128a5 49 49 test.name = os.path.basename(target) 50 50 test.path = os.path.relpath (os.path.dirname(target), settings.SRCDIR) 51 test.arch = settings.arch.t oString()if settings.arch.cross_compile else ''51 test.arch = settings.arch.target if settings.arch.cross_compile else '' 52 52 return test 53 53
Note: See TracChangeset
for help on using the changeset viewer.