Changeset 11f95ee5 for src/tests


Ignore:
Timestamp:
Feb 17, 2017, 2:20:40 PM (8 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:
8a5cad8
Parents:
32b8144 (diff), 317450e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:/u/cforall/software/cfa/cfa-cc

Location:
src/tests
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/tests/Makefile.am

    r32b8144 r11f95ee5  
    1111## Created On       : Sun May 31 09:08:15 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Mon Feb  6 16:10:43 2017
    14 ## Update Count     : 40
     13## Last Modified On : Thu Feb 16 15:27:50 2017
     14## Update Count     : 41
    1515###############################################################################
    1616
     
    6868        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
    6969
     70KRfunctions : KRfunctions.c
     71        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
     72
    7073memberCtors-ERR1: memberCtors.c
    7174        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
  • TabularUnified src/tests/Makefile.in

    r32b8144 r11f95ee5  
    689689        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
    690690
     691KRfunctions : KRfunctions.c
     692        ${CC} ${CFLAGS} -CFA -XCFA -p ${<} -o ${@}
     693
    691694memberCtors-ERR1: memberCtors.c
    692695        ${CC} ${CFLAGS} -DERR1 ${<} -o ${@}
Note: See TracChangeset for help on using the changeset viewer.