Ignore:
Timestamp:
Dec 13, 2016, 5:42:53 PM (8 years ago)
Author:
Thierry Delisle <tdelisle@…>
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:
cc640aad
Parents:
37efaf56
Message:

Python test script now supports both debug and no debug tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/Makefile.in

    r37efaf56 r6a1bdfd  
    676676
    677677declarationSpecifier: declarationSpecifier.c
    678         ${CC} ${CFALGS} -CFA -XCFA -p ${<} -o ${@}
     678        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
    679679
    680680gccExtensions : gccExtensions.c
     
    685685
    686686memberCtors-ERR1: memberCtors.c
    687         ${CC} ${CFALGS} -DERR1 ${<} -o ${@}
     687        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
    688688
    689689# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.