source: mainline/uspace/lib/pcut/tests/multisuite.expected@ cecba66e

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since cecba66e was 01579ad, checked in by Vojtech Horky <vojtechhorky@…>, 11 years ago

Start work on PCUT integration

PCUT is a simple library for (hopefully) easier unit testing.
See https://github.com/vhotspur/pcut for more details.

  • Property mode set to 100644
File size: 453 bytes
RevLine 
[01579ad]11..4
2#> Starting suite intpow.
3not ok 1 zero_exponent failed
4# error: suite1.c:37: Expected <1> but got <0> (1 != intpow(2, 0))
5not ok 2 one_exponent failed
6# error: suite1.c:41: Expected <2> but got <0> (2 != intpow(2, 1))
7#> Finished suite intpow (failed 2 of 2).
8#> Starting suite intmin.
9not ok 3 test_min failed
10# error: suite2.c:38: Expected <5> but got <654> (5 != intmin(654, 5))
11ok 4 test_same_numbers
12#> Finished suite intmin (failed 1 of 2).
Note: See TracBrowser for help on using the repository browser.