Blame checkmk/README

Packit 0b5880
=======
Packit 0b5880
checkmk
Packit 0b5880
=======
Packit 0b5880
Packit 0b5880
Written by Micah J Cowan.
Packit 0b5880
Packit 0b5880
Translates concise versions of test suites into C programs
Packit 0b5880
suitable suitable for use with the Check unit test framework.
Packit 0b5880
Packit 0b5880
See the source code in checkmk.in (checkmk when installed) for terms of
Packit 0b5880
distribution (scaled-down version of the modified BSD license).
Packit 0b5880
Packit 0b5880
To see how it works, try running checkmk on the example files,
Packit 0b5880
basic_complete.ts and multiple_everything.ts:
Packit 0b5880
  checkmk basic_complete.ts > basic_complete.c
Packit 0b5880
  cc -o basic basic_complete.c -lcheck
Packit 0b5880
  ./basic