File: skip.t

package info (click to toggle)
criterion 2.3.3git1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,832 kB
  • sloc: ansic: 17,852; cpp: 795; python: 72; sh: 27; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Testing skipping

  $ skip.c.bin --verbose
  \[----\] Criterion v.* (re)
  [====] Running 2 tests from misc:
  [RUN ] misc::message
  [SKIP] misc::message: Skips may take printf-like messages
  [RUN ] misc::skipping
  [SKIP] misc::skipping: Test was skipped
  [====] Synthesis: Tested: 0 | Passing: 0 | Failing: 0 | Crashing: 0