Changeset 1241851 for longrun_tests/Makefile.am
- Timestamp:
- Mar 28, 2019, 10:22:57 AM (4 years ago)
- Branches:
- arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- e8fe5e0
- Parents:
- a45fc7b
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
longrun_tests/Makefile.am
ra45fc7b r1241851 33 33 UPDATED_TYPE = $(shell ./update-type $(type)) 34 34 35 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I.. -I. -DTEST_$(shell cat .type | tr a-z A-Z)35 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -I../tests -I. -DTEST_$(shell cat .type | tr a-z A-Z) 36 36 CFLAGS = ${BUILD_FLAGS} 37 37 CC = @CFACC@
Note: See TracChangeset
for help on using the changeset viewer.