Skip to content

Commit f297336

Browse files
committed
commit
1 parent c71411d commit f297336

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
43.2 KB
Binary file not shown.
-2.47 KB
Binary file not shown.

src_ordenacao_alianca_rebelde_algoritmo3/tp1.testresult

Whitespace-only changes.

src_ordenacao_imperador_algoritmo1/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
EXEC=$1
22
TMP_OUT=$2
33

4-
for i in {0..5..1}; do
4+
for i in {0..6..1}; do
55
testname=$(printf "%d" "$i")
66
$EXEC < ../tests/$testname.in > $TMP_OUT
77
if ! diff -qwB ../tests/$testname.out $TMP_OUT &>/dev/null; then

src_ordenacao_imperador_algoritmo1/tp1.testresult

Whitespace-only changes.

src_ordenacao_imperador_algoritmo2/tp1.testresult

Whitespace-only changes.

0 commit comments

Comments
 (0)