Changeset 468c5aa for tests/Makefile.am


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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.