Changeset 66999e7 for src/tests/Makefile.in
- Timestamp:
- Jun 28, 2016, 5:29:00 PM (10 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, stuck-waitfor-destruct, with_gc
- Children:
- 59f9273, c017d5b, d06010a
- Parents:
- 22cad76 (diff), 472ca32 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
r22cad76 r66999e7 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.