Changeset 70529dc


Ignore:
Timestamp:
Oct 23, 2017, 5:29:32 PM (7 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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
99b7d4fc
Parents:
e220391
Message:

Add typedefRedef test

Location:
src/tests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.am

    re220391 r70529dc  
    138138completeTypeError : completeTypeError.c @CFA_BINDIR@/@CFA_NAME@
    139139        ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}
     140
     141typedefRedef-ERR1: typedefRedef.c @CFA_BINDIR@/@CFA_NAME@
     142        ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}
  • src/tests/Makefile.in

    re220391 r70529dc  
    892892        ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}
    893893
     894typedefRedef-ERR1: typedefRedef.c @CFA_BINDIR@/@CFA_NAME@
     895        ${CC} ${AM_CFLAGS} ${CFLAGS} -DERR1 ${<} -o ${@}
     896
    894897# Tell versions [3.59,3.63) of GNU make to not export all variables.
    895898# Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset for help on using the changeset viewer.