Ignore:
Timestamp:
Jun 29, 2016, 12:47:03 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:
d06010a
Parents:
4b2589a
Message:

add init_once and dtor-early-exit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    r4b2589a r85f0713  
    4646constant0-1NDDP : constant0-1.c
    4747        ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
     48
     49dtor-early-exit-ERR1: dtor-early-exit.c
     50        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
     51
     52dtor-early-exit-ERR2: dtor-early-exit.c
     53        ${CC} ${CFLAGS} -DERR2 ${<} -o ${@}
     54
Note: See TracChangeset for help on using the changeset viewer.