From c5fcf7179a83ef65c86c6a4a390029149e518649 Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Tue, 5 Oct 2021 21:49:54 +0200 Subject: Duzy commit ze smieciami --- semestr-3/pf/lista6/test.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 semestr-3/pf/lista6/test.sh (limited to 'semestr-3/pf/lista6/test.sh') diff --git a/semestr-3/pf/lista6/test.sh b/semestr-3/pf/lista6/test.sh new file mode 100644 index 0000000..c25c008 --- /dev/null +++ b/semestr-3/pf/lista6/test.sh @@ -0,0 +1,14 @@ +make wzo +make brut +for i in {1..1000} +do python3 test.py $i > test.in + ./wzo wa.out + ./brut t.out + if diff -w wa.out t.out + then + echo ok + else + echo "nieok" + break + fi +done \ No newline at end of file -- cgit v1.2.3