Changes in tests/Makefile.am [2aa25cc2:b7fe2e6]
- File:
-
- 1 edited
-
tests/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r2aa25cc2 rb7fe2e6 38 38 # since automake doesn't have support for CFA we have to 39 39 AM_CFLAGS = $(if $(test), 2> $(test), ) \ 40 -fdebug-prefix-map=$(abspath ${abs_srcdir})= \41 -fdebug-prefix-map=/tmp= \42 40 -g \ 43 41 -Wall \ … … 112 110 % : %.cfa $(CFACCBIN) 113 111 $(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 ${@}) 115 113 116 114 # implicit rule for c++ test … … 139 137 # CUSTOM TARGET 140 138 #------------------------------------------------------------------------------ 141 # tests that just validate syntax142 expression : expression.cfa $(CFACCBIN)143 $(CFACOMPILETEST) -c -fsyntax-only 2> $(abspath ${@})144 145 139 # expected failures 146 140 # use custom target since they require a custom define and custom dependencies
Note:
See TracChangeset
for help on using the changeset viewer.