about summary refs log tree commit diff stats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-23 11:17:11 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-23 11:17:11 -0700
commitd48cfd0f36e21f6515285157b785a302932ed675 (patch)
treed965b4a82c18f1c8d70c42594d1639ebaf5e6a4f /.travis.yml
parentaa00959024643a33f766ef3f060a934006fe7725 (diff)
downloadmu-d48cfd0f36e21f6515285157b785a302932ed675.tar.gz
4505
Extract a helper from the factorial unit test: check_ints_equal.

Start of a vocabulary for unit tests.

I *could* also start thinking of supporting multi-file programs, but I'm
going to resist the temptation for now. Copy helpers as necessary, and
allow them to mutate and diverge for a while before we pummel them into
a Procrustean "standard library". Extracting a body of shared code immediately
starts to discourage innovation in the shared code.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions
d=2719decc9a05162516fd91a40a7b5f77e5eb1be0'>2719decc ^
d7039145 ^


9fbe3ada ^

4b826595 ^
d7039145 ^

ab5676ab ^
aed12f88 ^

e924cf99 ^
ecd1ced9 ^
d7039145 ^
77d3d6f5 ^
2719decc ^
















d7039145 ^
ecd1ced9 ^

37460239 ^
4b826595 ^
8757f653 ^
77d3d6f5 ^
2719decc ^
8757f653 ^
811b7c28 ^
8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^



8757f653 ^
811b7c28 ^

77d3d6f5 ^


4b826595 ^
2719decc ^


d7039145 ^
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80