-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhodnoceni
64 lines (64 loc) · 2.38 KB
/
hodnoceni
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
14:celkem bodu za projekt
#-- automaticke hodnoceni -----------------------------
1:ok: jednoduchy adresar
1:ok: jednoduche soubory
1:ok: spusteni bez parametru
1:ok: soubory s jednou velikosti
1:ok: soubory s ruznymi velikostmi
0:b_sizehist3: normalizovany histogram delek
# ./dirgraph -n dir <stdin >>stdout 2>>stderr; echo $? >>errcode
# diff -u stdout.ref stdout
# --- stdout.ref
# +++ stdout
# @@ -1,5 +1,5 @@
# File size histogram:
# - <100 B : #################################
# + <100 B : ##################################
# <1 KiB :
# <10 KiB : ###################################################################
# <100 KiB:
1:ok: soubory s jednim typem
1:ok: soubory s vice typy
0:c_typehist3: normalizovany histogram typu souboru
# ./dirgraph -n dir <stdin >>stdout 2>>stderr; echo $? >>errcode
# diff -u stdout.ref stdout
# --- stdout.ref
# +++ stdout
# @@ -1,3 +1,3 @@
# File type histogram:
# data : ################################
# - very short file (no magic) : ###############
# + very short file (no magic) : ################
1:ok: prazdny adresar
1:ok: prazdny soubor
1:ok: skryte soubory
1:ok: skryte adresare
1:ok: filtr -i (BRE)
1:ok: filtr -i (ERE)
0:g_complex: komplexni priklad
# ./dirgraph -i '\.git' dir <stdin >>stdout 2>>stderr; echo $? >>errcode
# diff -u stdout.ref stdout
# --- stdout.ref
# +++ stdout
# @@ -15,7 +15,7 @@
# data : ############
# C source, ASCII text : #######
# ELF 64-bit LSB relocatable, x86-64, vers...: ######
# - ELF 64-bit LSB executable, x86-64, versi...: ##
# makefile script, ASCII text : ##
# - ASCII text : #
# + ELF 64-bit LSB executable, x86-64, versi...: ##
# POSIX tar archive (GNU) : #
# + ASCII text : #
# diff -u stderr.ref stderr
# --- stderr.ref
# +++ stderr
# @@ -0,0 +1,3 @@
# +awk: warning: escape sequence `\.' treated as plain `.'
# +awk: warning: escape sequence `\.' treated as plain `.'
# +awk: warning: escape sequence `\.' treated as plain `.'
1:ok: castecne zbesile nazvy
0:ok: docasne soubory
#------------------------------------------------------
14:celkove score (max pro hodnoceni 15)
14:celkem bodu za projekt