From c7bf6e5fb757a306f4d59ba2b9793ce6692a428d Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Wed, 8 Oct 2014 12:41:01 +0200 Subject: [PATCH] Added more complex nbfi test case --- nbfi/test.sh | 1 + nbfi/test/square.bf | 5 +++++ vvm/test.sh | 1 + 3 files changed, 7 insertions(+) create mode 100644 nbfi/test/square.bf 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