4 top_srcdir
="@top_srcdir@"
6 for i
in "$top_srcdir"/tests
/euler
/*; do
8 for method
in 'euler' 'laurent_old' 'laurent'; do
9 opt
="--summation=$method";
11 .
/barvinok_summate
$EXEEXT -T $opt < $i ||
exit;
15 for t
in dull EML_p EML-product EML line square square_p square_p2 \
16 square_p3 triangle triangle2 triangle_p quasi
; do
17 i
="$top_srcdir"/tests
/euler
/$t.pwqp
;
19 opt
="--summation=box";
21 .
/barvinok_summate
$EXEEXT -T $opt < $i ||
exit;
24 for t
in dull dull_p EML line square square_p square_p2 \
25 square_p3 triangle triangle2 triangle_p
; do
26 i
="$top_srcdir"/tests
/euler
/$t.pwqp
;
28 opt
="--summation=bernoulli";
30 .
/barvinok_summate
$EXEEXT -T $opt < $i ||
exit;