Changeset 04e367c for src/tests/preempt_longrun
- Timestamp:
- Jul 30, 2018, 4:49:40 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 3537dd7, 3bbd012
- Parents:
- ba4a1d8 (diff), a4248de1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- src/tests/preempt_longrun
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.am
rba4a1d8 r04e367c 32 32 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) 33 33 CFLAGS = ${BUILD_FLAGS} 34 CC = @CFA_BINDIR@/@CFA_NAME@34 CC = ${top_builddir}/src/driver/cfa 35 35 36 36 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield -
src/tests/preempt_longrun/Makefile.in
rba4a1d8 r04e367c 337 337 AWK = @AWK@ 338 338 BACKEND_CC = @BACKEND_CC@ 339 CC = @CFA_BINDIR@/@CFA_NAME@339 CC = ${top_builddir}/src/driver/cfa 340 340 CCAS = @CCAS@ 341 341 CCASDEPMODE = @CCASDEPMODE@ … … 377 377 LTLIBOBJS = @LTLIBOBJS@ 378 378 MACHINE_TYPE = @MACHINE_TYPE@ 379 MAINT = @MAINT@380 379 MAKEINFO = @MAKEINFO@ 381 380 MKDIR_P = @MKDIR_P@ … … 466 465 .SUFFIXES: 467 466 .SUFFIXES: .log .test .test$(EXEEXT) .trs 468 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@$(srcdir)/Makefile.am $(am__configure_deps)467 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 469 468 @for dep in $?; do \ 470 469 case '$(am__configure_deps)' in \ … … 490 489 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 491 490 492 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@$(am__configure_deps)491 $(top_srcdir)/configure: $(am__configure_deps) 493 492 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 494 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@$(am__aclocal_m4_deps)493 $(ACLOCAL_M4): $(am__aclocal_m4_deps) 495 494 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 496 495 $(am__aclocal_m4_deps):
Note:
See TracChangeset
for help on using the changeset viewer.