Changeset 2fb2ad5
- Timestamp:
- Jun 29, 2016, 2:07:36 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:
- 87b5bf0
- Parents:
- d06010a
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
rd06010a r2fb2ad5 27 27 28 28 all-local : 29 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast 29 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast dtor-early-exit init_once 30 30 31 31 all-tests : -
src/tests/Makefile.in
rd06010a r2fb2ad5 634 634 635 635 all-local : 636 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast 636 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast dtor-early-exit init_once 637 637 638 638 all-tests :
Note: See TracChangeset
for help on using the changeset viewer.