File: README

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 (17 lines) | stat: -rw-r--r-- 516 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=======
checkmk
=======

Written by Micah J Cowan.

Translates concise versions of test suites into C programs
suitable suitable for use with the Check unit test framework.

See the source code in checkmk.in (checkmk when installed) for terms of
distribution (scaled-down version of the modified BSD license).

To see how it works, try running checkmk on the example files,
basic_complete.ts and multiple_everything.ts:
  checkmk basic_complete.ts > basic_complete.c
  cc -o basic basic_complete.c -lcheck
  ./basic