Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/preempt_longrun/Makefile.in

    rf3c1737 r52a9004  
    450450repeats = 10
    451451max_time = 30
    452 preempt = 1_000ul
     452preempt = 10_000ul
    453453REPEAT = ${abs_top_srcdir}/tools/repeat -s
    454454BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -debug -O2 -DPREEMPTION_RATE=${preempt}
    455 TESTS = barge block create disjoint enter enter3 processor stack wait yield
     455TESTS = barge block create disjoint processor stack wait yield
    456456all: all-am
    457457
     
    663663        $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
    664664        "$$tst" $(AM_TESTS_FD_REDIRECT)
    665 enter.log: enter
    666         @p='enter'; \
    667         b='enter'; \
    668         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
    669         --log-file $$b.log --trs-file $$b.trs \
    670         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
    671         "$$tst" $(AM_TESTS_FD_REDIRECT)
    672 enter3.log: enter3
    673         @p='enter3'; \
    674         b='enter3'; \
    675         $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
    676         --log-file $$b.log --trs-file $$b.trs \
    677         $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
    678         "$$tst" $(AM_TESTS_FD_REDIRECT)
    679665processor.log: processor
    680666        @p='processor'; \
Note: See TracChangeset for help on using the changeset viewer.