Changeset df42128
- Timestamp:
- Jun 21, 2016, 5:58:17 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- b015035
- Parents:
- 48a8127
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
r48a8127 rdf42128 27 27 28 28 all-local : 29 python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast 30 31 all-tests : 29 32 python test.py --all 30 33 -
src/tests/Makefile.in
r48a8127 rdf42128 634 634 635 635 all-local : 636 python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast 637 638 all-tests : 636 639 python test.py --all 637 640
Note: See TracChangeset
for help on using the changeset viewer.