Changeset 468c5aa for tests


Ignore:
Timestamp:
Sep 17, 2020, 1:04:58 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
57e0289
Parents:
c09ae73
Message:

Change tests to not print cfa version in linker error output

Location:
tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rc09ae73 r468c5aa  
    112112% : %.cfa $(CFACCBIN)
    113113        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    114         $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@})
     114        $(CFACCLOCAL) -quiet $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@})
     115        rm $(abspath ${@}).o
    115116
    116117# implicit rule for c++ test
  • tests/linking/.expect/linkerror.txt

    rc09ae73 r468c5aa  
    1 CFA Version 1.0.0 (debug)
    21linking/linkerror.o: In function `_X4mainFi___1':
    32linking/linkerror.cfa:6: undefined reference to `_X18this_doesnot_existFv_i__1'
Note: See TracChangeset for help on using the changeset viewer.