about summary refs log tree commit diff stats
path: root/028call_return.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-21 13:44:16 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-21 13:44:16 -0700
commitcaaeccd68e2baf49c4df5ada5799cffcecb51c60 (patch)
treebd41ab2a45b490cc78b18c589cef3cf4d938c967 /028call_return.cc
parent0828df68de1defe68d63fd19cd3ed76be09918c8 (diff)
downloadmu-caaeccd68e2baf49c4df5ada5799cffcecb51c60.tar.gz
4567 - support automated tests in SubX
All it takes is to code-generate a simple function called 'run_tests' that
calls all functions starting with 'test_' one by one.

I've temporarily switched the factorial app to run as a test. But that's
temporary, because all the code to print '.' vs 'F' needs to get extracted
out into a helper.
Diffstat (limited to '028call_return.cc')
0 files changed, 0 insertions, 0 deletions
'>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 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215