- File:
-
- 1 edited
-
src/tests/preempt_longrun/Makefile.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/preempt_longrun/Makefile.in
r7bdcac1 r41770ed1 452 452 preempt = 10ul\`ms 453 453 debug = -debug 454 type = LONG455 454 REPEAT = ${abs_top_srcdir}/tools/repeat 456 WATCHDOG = ${abs_top_srcdir}/tools/watchdog457 455 TIME = /usr/bin/time -f "%E" 458 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} - I.. -I. -DTEST_$(shell echo $(type) | tr a-z A-Z)456 BUILD_FLAGS = -g -Wall -Wno-unused-function -quiet @CFA_FLAGS@ -O2 -DPREEMPTION_RATE=${preempt} -DLONG_TEST 459 457 TESTS = block coroutine create disjoint enter enter3 processor stack wait yield 460 458 all: all-am … … 875 873 876 874 877 #.INTERMEDIATE: ${TESTS}875 .INTERMEDIATE: ${TESTS} 878 876 879 877 all-local: ${TESTS:=.run} 880 878 881 runall : ${TESTS:=.run}882 @ echo "All programs terminated normally"883 884 watchall : ${TESTS:=.watch}885 @ echo "All programs terminated normally"886 887 compileall : ${TESTS}888 @ echo "Compiled"889 890 879 clean-local: 891 rm -f ${TESTS} 880 rm -f ${TESTS} core* out.log 892 881 893 882 % : %.c ${CC} … … 899 888 @ echo -e "${<}: SUCCESS\n" 900 889 901 %.watch : % ${WATCHDOG}902 @ time ${WATCHDOG} ./${<}903 @ rm ${<}904 @ echo -e "${<}: SUCCESS\n"905 906 890 %.time : % ${REPEAT} 907 891 @ ${REPEAT} -i -s -- $(repeats) $(TIME) -a -o times.log ./${<} … … 909 893 @ echo -e "${<}: SUCCESS\n" 910 894 911 ${REPEAT}: ${abs_top_srcdir}/tools/Makefile 912 @+make -C ${abs_top_srcdir}/tools/ 913 914 ${WATCHDOG}: ${abs_top_srcdir}/tools/Makefile 895 ${REPEAT}: 915 896 @+make -C ${abs_top_srcdir}/tools/ 916 897
Note:
See TracChangeset
for help on using the changeset viewer.