Changeset 85f0713


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

Location:
src/tests
Files:
6 added
2 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
  • src/tests/Makefile.in

    r4b2589a r85f0713  
    654654        ${CC} ${CFLAGS} -DNEWDECL -DDUPS ${<} -o ${@}
    655655
     656dtor-early-exit-ERR1: dtor-early-exit.c
     657        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
     658
     659dtor-early-exit-ERR2: dtor-early-exit.c
     660        ${CC} ${CFLAGS} -DERR2 ${<} -o ${@}
     661
    656662# Tell versions [3.59,3.63) of GNU make to not export all variables.
    657663# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.