about summary refs log tree commit diff stats
path: root/arc/.traces/string-equal-reflexive
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-05 09:30:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-05 09:30:56 -0700
commit4ea9905f00b473ea58a8acd7b4240ea35cd5f330 (patch)
tree05a43a630da8acc0f839723865aa8e2ab4ef257c /arc/.traces/string-equal-reflexive
parentdb7d6e063a4729ce06269013f839892d7169e396 (diff)
downloadmu-4ea9905f00b473ea58a8acd7b4240ea35cd5f330.tar.gz
3297 - run unit tests before scenarios
I've been putting up for some time with the tension between wanting to
show scenarios at the top of the layer even if I want to *run* any unit
tests of sub-components introduced within the layer before them. Turned
out to be an easy fix.

We don't have very many of these, and the unit tests in the early layers
don't compete with any scenarios, so I don't need to mess with them. But
this is a key tool in my toolkit, to be able to decouple presentation
order from run order for tests.

Though now the separate compilation units are again unbalanced; sigh.
Diffstat (limited to 'arc/.traces/string-equal-reflexive')
0 files changed, 0 insertions, 0 deletions
me/html/046closure_name.cc.html?h=main&id=63b94083336684c011e2fcdd23226043d0cf6bb7'>^
dbe12410 ^

672e3e50 ^
76755b28 ^
672e3e50 ^

















d009e158 ^



672e3e50 ^

90560d71 ^
d009e158 ^
90560d71 ^

d009e158 ^
672e3e50 ^


d009e158 ^

90560d71 ^

65361948 ^
672e3e50 ^

76755b28 ^
672e3e50 ^


76755b28 ^
672e3e50 ^

d5d908dd ^
672e3e50 ^
76755b28 ^

672e3e50 ^

90560d71 ^
76755b28 ^



90560d71 ^



76755b28 ^



d009e158 ^
76755b28 ^
d009e158 ^



dcc060c7 ^
76755b28 ^




672e3e50 ^

dcc060c7 ^
76755b28 ^
dcc060c7 ^



76755b28 ^
dcc060c7 ^

9542bb11 ^

76755b28 ^
76755b28 ^
dcc060c7 ^
672e3e50 ^

dcc060c7 ^
672e3e50 ^






d5d908dd ^
90560d71 ^
90560d71 ^
76755b28 ^
672e3e50 ^

76755b28 ^


672e3e50 ^
d5d908dd ^


672e3e50 ^




90560d71 ^

76755b28 ^
dcc060c7 ^
90560d71 ^
76755b28 ^
672e3e50 ^
76755b28 ^
672e3e50 ^








90560d71 ^

76755b28 ^

672e3e50 ^

dcc060c7 ^

672e3e50 ^

76755b28 ^
c5ffb6e1 ^
90560d71 ^

76755b28 ^


9542bb11 ^

76755b28 ^
672e3e50 ^
76755b28 ^
672e3e50 ^




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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188