Home | History | Annotate | Download | only in tests

Lines Matching refs:cond

8 ../makeinfo -o cond.out $srcdir/cond.txi || exit 1
9 egrep 'This is (ifnothtml|ifinfo|ifnottex) text' cond.out >/dev/null \
11 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
14 ../makeinfo --no-split --html -o cond.out $srcdir/cond.txi || exit 1
15 egrep 'This is (html|ifhtml|ifnotinfo|ifnottex) text' cond.out >/dev/null \
17 test `fgrep ' text.' cond.out | wc -l` -eq 4 || exit 3
20 ../makeinfo --no-ifhtml --no-ifinfo --no-iftex -o cond.out $srcdir/cond.txi || exit 1
21 egrep 'This is ifnot(html|info|tex) text' cond.out >/dev/null \
23 test `fgrep ' text.' cond.out | wc -l` -eq 3 || exit 3
28 ../makeinfo --ifhtml --ifinfo --iftex -o cond.out $srcdir/cond.txi || exit 1
29 egrep 'This is (html|ifhtml|ifinfo|tex|iftex) text' cond.out >/dev/null \
31 test `fgrep ' text.' cond.out | wc -l` -eq 5 || exit 3
33 rm -f cond.out cond.info