Changeset 4dcea3f for src/tests/Makefile.am
- Timestamp:
- Jun 28, 2016, 3:33:05 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, with_gc
- Children:
- 982d63f
- Parents:
- e39aa0f (diff), 2e04c7b3 (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.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.am
re39aa0f r4dcea3f 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Mon Jun 2 0 14:30:52201614 ## Update Count : 3 313 ## Last Modified On : Mon Jun 27 14:39:08 2016 14 ## Update Count : 34 15 15 ############################################################################### 16 16 … … 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
Note:
See TracChangeset
for help on using the changeset viewer.