Skip to content

Commit 7a7848f

Browse files
committed
test: added results.
1 parent a6b2b43 commit 7a7848f

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Naggum.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ EndProject
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test programs", "Test programs", "{2972575D-A421-4759-AE89-57560E0224AE}"
77
ProjectSection(SolutionItems) = preProject
88
tests\test.naggum = tests\test.naggum
9+
tests\test.result = tests\test.result
910
EndProjectSection
1011
EndProject
1112
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Naggum.Runtime", "Naggum.Runtime\Naggum.Runtime.csproj", "{402B5E79-E063-4833-AE4B-2986AEEC1D75}"

tests/test.result

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Naggum test suite
2+
Functions: OK
3+
Conditionals:
4+
Reduced if: OK
5+
Full if (true branch): OK
6+
Full if (false branch): OK
7+
Let: OK
8+
Quoting:
9+
Symbol: OK
10+
List: (OK)
11+
Object construction: OK
12+
Cons:
13+
CAR: OK
14+
CDR: OK
15+
Instance calls:
16+
Random number:1010002958
17+
Math:
18+
Integers:
19+
2+2=4
20+
2-2=0
21+
2*3=6
22+
2/2=1
23+
Floats:
24+
2.0 + 0.5=2,5
25+
3.0 - 1.5=1,5
26+
2.0 * 0.7=1,4
27+
3.0 / 2.0=1,5

0 commit comments

Comments
 (0)