source: mainline/uspace/lib/pcut/tests/printing.expected@ eff9f8c

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since eff9f8c 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: 335 bytes
Line 
11..3
2#> Starting suite Default.
3ok 1 print_to_stdout
4# stdio: Printed from a test to stdout!
5ok 2 print_to_stderr
6# stdio: Printed from a test to stderr!
7not ok 3 print_to_stdout_and_fail failed
8# error: printing.c:45: Pointer <0> ought not to be NULL
9# stdio: Printed from a test to stdout!
10#> Finished suite Default (failed 1 of 3).
Note: See TracBrowser for help on using the repository browser.