Fix the previous patch.
This commit is contained in:
parent
a33c1894c3
commit
0129018b58
8 changed files with 148 additions and 0 deletions
13
iface/nips/nipstest/dotty.test
Executable file
13
iface/nips/nipstest/dotty.test
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue