Ignore:
Timestamp:
Jan 31, 2018, 11:33:01 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0394c31
Parents:
633a642
Message:

Updated longrun tests which where out of date

File:
1 edited

Legend:

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

    r633a642 r1449d83  
    1919preempt=1_000ul
    2020
    21 REPEAT = ${abs_top_srcdir}/tools/repeat -s
     21REPEAT = ${abs_top_srcdir}/tools/repeat
    2222
    2323BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -debug -O2 -DPREEMPTION_RATE=${preempt}
     
    3737        ${AM_V_GEN}${CC} ${CFLAGS} ${<} -o ${@}
    3838
    39 %.run : %
    40         @ time ${REPEAT} $(repeats) timeout ${max_time} ./${<}
     39%.run : % ${REPEAT}
     40        @ time ${REPEAT} -r out.log -i -s $(repeats) timeout ${max_time} ./${<}
    4141        @ rm ${<}
    4242        @ echo -e "${<}: SUCCESS\n"
     43
     44${REPEAT}:
     45        @+make -C ${abs_top_srcdir}/tools/
Note: See TracChangeset for help on using the changeset viewer.