diff --git a/nbfi/test.sh b/nbfi/test.sh index 87d5ef8..ab513d4 100755 --- a/nbfi/test.sh +++ b/nbfi/test.sh @@ -4,6 +4,7 @@ for i in `ls test` ; do echo Running test $i: echo --------------------- bin/nbfi test/$i + echo echo --------------------- echo End of test $i echo diff --git a/nbfi/test/square.bf b/nbfi/test/square.bf new file mode 100644 index 0000000..46550a3 --- /dev/null +++ b/nbfi/test/square.bf @@ -0,0 +1,5 @@ +++++[>+++++<-]>[<++++++++++++>-]+<+[ +>[>+>+<<-]++>>[<<+>>-]>>>[-]++>[-]+ +>>>+[[-]++++++>>>]<<<[[<++++++++<++>>-]+<.<[>----<-]<] +<<[>>>>>[>>>[-]+++++++++<[>-<-]+++++++++>[-[<->-]+[<<<]]<[>+<-]>]<<-]<<- +] diff --git a/vvm/test.sh b/vvm/test.sh index bfa9dcd..ba08ff7 100755 --- a/vvm/test.sh +++ b/vvm/test.sh @@ -4,6 +4,7 @@ for i in `ls test` ; do echo Running test $i: echo --------------------- bin/vvm test/$i + echo echo --------------------- echo End of test $i echo