Fix the previous patch.

This commit is contained in:
Guillaume Sadegh 2008-06-11 16:14:51 +02:00
parent a33c1894c3
commit 0129018b58
8 changed files with 148 additions and 0 deletions

13
iface/nips/nipstest/dotty.test Executable file
View file

@ -0,0 +1,13 @@
#!/bin/sh
. ./defs || exit 1
set -e
BYTECODE="never.pr.b regbit.b"
for bytecode in $BYTECODE; do
run 0 ${top_builddir}/dottynips ${bytecode} > dotty || exit 1
${DOT} -Tps dotty > /dev/null || exit 1
rm -f dotty
done