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 4/aisd/pracownia4/test.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 Semestr 4/aisd/pracownia4/test.sh (limited to 'Semestr 4/aisd/pracownia4/test.sh') diff --git a/Semestr 4/aisd/pracownia4/test.sh b/Semestr 4/aisd/pracownia4/test.sh deleted file mode 100755 index dc725ad..0000000 --- a/Semestr 4/aisd/pracownia4/test.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash - -make brut -make rozw3 - - -for i in {1..10000} -do - echo $i - python3 gen.py $i $1 > test.in - ./rozw3 < test.in > wa.out - ./brut < test.in > test.out - - if diff -w test.out wa.out - then - echo ok - else - echo nieok - break - fi -done -- cgit v1.2.3