Changeset df42128


Ignore:
Timestamp:
Jun 21, 2016, 5:58:17 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

tests Makefile now has subsets of all tests as default make target

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r48a8127 rdf42128  
    2727
    2828all-local :
     29        python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast
     30
     31all-tests :
    2932        python test.py --all
    3033
  • src/tests/Makefile.in

    r48a8127 rdf42128  
    634634
    635635all-local :
     636        python test.py vector_test avl_test Operators NumericConstants Expression Enum AsmName Array Typeof Cast
     637
     638all-tests :
    636639        python test.py --all
    637640
Note: See TracChangeset for help on using the changeset viewer.