Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r2aa25cc2 rb7fe2e6  
    3838# since automake doesn't have support for CFA we have to
    3939AM_CFLAGS = $(if $(test), 2> $(test), ) \
    40         -fdebug-prefix-map=$(abspath ${abs_srcdir})= \
    41         -fdebug-prefix-map=/tmp= \
    4240        -g \
    4341        -Wall \
     
    112110% : %.cfa $(CFACCBIN)
    113111        $(CFACOMPILETEST) -c -o $(abspath ${@}).o
    114         $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@})
     112        $(CFACCLOCAL) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) $(abspath ${@}).o -o $(abspath ${@})
    115113
    116114# implicit rule for c++ test
     
    139137# CUSTOM TARGET
    140138#------------------------------------------------------------------------------
    141 # tests that just validate syntax
    142 expression : expression.cfa $(CFACCBIN)
    143         $(CFACOMPILETEST) -c -fsyntax-only 2> $(abspath ${@})
    144 
    145139# expected failures
    146140# use custom target since they require a custom define and custom dependencies
Note: See TracChangeset for help on using the changeset viewer.