Changeset 1241851 for longrun_tests
- Timestamp:
- Mar 28, 2019, 10:22:57 AM (6 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, 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
- Location:
- longrun_tests
- Files:
-
- 14 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@ -
longrun_tests/Makefile.in
ra45fc7b r1241851 91 91 build_triplet = @build@ 92 92 host_triplet = @host@ 93 subdir = tests/preempt_longrun93 subdir = longrun_tests 94 94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95 95 am__aclocal_m4_deps = $(top_srcdir)/automake/libtool.m4 \ … … 491 491 # ./update-type $(type) 492 492 UPDATED_TYPE = $(shell ./update-type $(type)) 493 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)493 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) 494 494 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield 495 495 all: all-am … … 506 506 esac; \ 507 507 done; \ 508 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile'; \508 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign longrun_tests/Makefile'; \ 509 509 $(am__cd) $(top_srcdir) && \ 510 $(AUTOMAKE) --foreign tests/preempt_longrun/Makefile510 $(AUTOMAKE) --foreign longrun_tests/Makefile 511 511 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 512 512 @case '$?' in \
Note: See TracChangeset
for help on using the changeset viewer.