aboutsummaryrefslogtreecommitdiff
path: root/Semestr 3/pf/lista6/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Semestr 3/pf/lista6/test.sh')
-rw-r--r--Semestr 3/pf/lista6/test.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/Semestr 3/pf/lista6/test.sh b/Semestr 3/pf/lista6/test.sh
deleted file mode 100644
index c25c008..0000000
--- a/Semestr 3/pf/lista6/test.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-make wzo
-make brut
-for i in {1..1000}
-do python3 test.py $i > test.in
- ./wzo <test.in >wa.out
- ./brut <test.in > t.out
- if diff -w wa.out t.out
- then
- echo ok
- else
- echo "nieok"
- break
- fi
-done \ No newline at end of file