File: in

package info (click to toggle)
check 0.15.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,404 kB
  • sloc: ansic: 11,759; sh: 5,258; makefile: 334
file content (15 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Can't use the same test name multiple times. */

# suite Foo

# tcase Bar

# test repeat
    fail_if(MISERABLY);

# suite Baz

# tcase Quux

# test repeat
    fail_if(DONT_TRY_TRY_AGAIN);