README 516 B

1234567891011121314151617
  1. =======
  2. checkmk
  3. =======
  4. Written by Micah J Cowan.
  5. Translates concise versions of test suites into C programs
  6. suitable suitable for use with the Check unit test framework.
  7. See the source code in checkmk.in (checkmk when installed) for terms of
  8. distribution (scaled-down version of the modified BSD license).
  9. To see how it works, try running checkmk on the example files,
  10. basic_complete.ts and multiple_everything.ts:
  11. checkmk basic_complete.ts > basic_complete.c
  12. cc -o basic basic_complete.c -lcheck
  13. ./basic