Changeset 2fb2ad5


Ignore:
Timestamp:
Jun 29, 2016, 2:07:36 PM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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
Message:

add dtor-early-exit and init_once to all-local

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    rd06010a r2fb2ad5  
    2727
    2828all-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
    3030
    3131all-tests :
  • src/tests/Makefile.in

    rd06010a r2fb2ad5  
    634634
    635635all-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
    637637
    638638all-tests :
Note: See TracChangeset for help on using the changeset viewer.