-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun-tests-lisp.txt
60 lines (42 loc) · 1.32 KB
/
run-tests-lisp.txt
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
Running automated test file(s):
===============================================================================
Running: clisp ./run-tests.lisp
To load "fiveam":
Load 1 ASDF system:
fiveam
; Loading "fiveam"
Running test suite CHARACTER-STUDY-SUITE
Running test CHARACTER-TYPE .....
Running test UPCASE-DOWNCASE ....
Running test CHARACTER-SIZE ...
Running test COMPARING-CHARACTERS ....
Did 16 checks.
Pass: 16 (100%)
Skip: 0 ( 0%)
Fail: 0 ( 0%)
real 0m2.529s
user 0m2.234s
sys 0m0.293s
===============================================================================
sblint -v ./character-study.lisp ./character-study-test.lisp ./run-tests.lisp
[INFO] Lint file character-study.lisp
real 0m0.591s
user 0m0.494s
sys 0m0.097s
===============================================================================
lisp-format -verbose -style=llvm -i ./character-study.lisp ./character-study-test.lisp ./run-tests.lisp
Indenting region...
Indenting region...done
Indenting region...
Indenting region...done
Indenting region...
Indenting region...done
real 0m0.112s
user 0m0.074s
sys 0m0.039s
===============================================================================
Running: misspell .
real 0m0.027s
user 0m0.028s
sys 0m0.011s
===============================================================================