- Timestamp:
- Sep 15, 2020, 3:00:48 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 4d9172f
- Parents:
- 9a05b81
- Location:
- tests
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r9a05b81 r87fc1b4 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= \ 40 42 -g \ 41 43 -Wall \ … … 110 112 % : %.cfa $(CFACCBIN) 111 113 $(CFACOMPILETEST) -c -o $(abspath ${@}).o 112 $(CFACCLOCAL) $( $(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) $(abspath ${@}).o -o $(abspath ${@})114 $(CFACCLOCAL) $(if $(test), 2> $(test), ) $($(shell echo "${@}_FLAGSLD" | sed 's/-\|\//_/g')) ${@}.o -o $(abspath ${@}) 113 115 114 116 # implicit rule for c++ test … … 137 139 # CUSTOM TARGET 138 140 #------------------------------------------------------------------------------ 141 # tests that just validate syntax 142 expression : expression.cfa $(CFACCBIN) 143 $(CFACOMPILETEST) -c -fsyntax-only -o $(abspath ${@}) 144 139 145 # expected failures 140 146 # use custom target since they require a custom define and custom dependencies
Note: See TracChangeset
for help on using the changeset viewer.