| 327 | } |
| 328 | |
| 329 | int main(void) |
| 330 | { |
| 331 | int result = fmap_test(); |
| 332 | |
| 333 | puts(""); |
| 334 | puts("==="); |
| 335 | puts(""); |
| 336 | if (!result) |
| 337 | puts("RESULT: All unit tests PASSED."); |
| 338 | else |
| 339 | puts("RESULT: One or more tests FAILED!"); |
| 340 | |
| 341 | return result; |
| 342 | } |