Added more complex nbfi test case

This commit is contained in:
Veit Heller
2014-10-08 12:41:01 +02:00
parent 1dad10333a
commit c7bf6e5fb7
3 changed files with 7 additions and 0 deletions

View File

@@ -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

5
nbfi/test/square.bf Normal file
View File

@@ -0,0 +1,5 @@
++++[>+++++<-]>[<++++++++++++>-]+<+[
>[>+>+<<-]++>>[<<+>>-]>>>[-]++>[-]+
>>>+[[-]++++++>>>]<<<[[<++++++++<++>>-]+<.<[>----<-]<]
<<[>>>>>[>>>[-]+++++++++<[>-<-]+++++++++>[-[<->-]+[<<<]]<[>+<-]>]<<-]<<-
]

View File

@@ -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