Changeset 21610e3
- Timestamp:
- Jun 27, 2016, 4:39:29 PM (9 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:
- 2e04c7b3
- Parents:
- e7ce55e
- Location:
- src/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
re7ce55e r21610e3 27 27 28 28 all-local : 29 python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast29 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast 30 30 31 31 all-tests : 32 python test.py --all32 +python test.py --all 33 33 34 34 clean-local : … … 36 36 37 37 list : 38 python test.py --list38 +python test.py --list 39 39 40 40 constant0-1DP : constant0-1.c -
src/tests/Makefile.in
re7ce55e r21610e3 634 634 635 635 all-local : 636 python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast636 +python test.py vector_test avl_test operators numericConstants expression enum asmName array typeof cast 637 637 638 638 all-tests : 639 python test.py --all639 +python test.py --all 640 640 641 641 clean-local : … … 643 643 644 644 list : 645 python test.py --list645 +python test.py --list 646 646 647 647 constant0-1DP : constant0-1.c
Note: See TracChangeset
for help on using the changeset viewer.