Changeset 5cacf74 for src


Ignore:
Timestamp:
Jul 10, 2018, 11:10:08 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
2dc6621
Parents:
3d7e53b
Message:

Re-add dtor-early-exit and init_once to quick_tests

Location:
src/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r3d7e53b r5cacf74  
    1717debug=yes
    1818
    19 quick_test=avl_test operators numericConstants expression enum array typeof cast attributes
     19quick_test=avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    2020
    2121if BUILD_CONCURRENCY
  • src/tests/Makefile.in

    r3d7e53b r5cacf74  
    303303top_srcdir = @top_srcdir@
    304304debug = yes
    305 quick_test = avl_test operators numericConstants expression enum array typeof cast dtor-early-exit init_once attributes
     305quick_test = avl_test operators numericConstants expression enum array typeof cast raii/dtor-early-exit raii/init_once attributes
    306306@BUILD_CONCURRENCY_FALSE@concurrent = '-Econcurrent'
    307307@BUILD_CONCURRENCY_TRUE@concurrent =
Note: See TracChangeset for help on using the changeset viewer.