Skip to content

Commit

Permalink
Explicitly mention checkmk in README.md (closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfasi committed May 30, 2024
1 parent 9065c38 commit 234c694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Compiling the MEX interface requires a reasonably recent version of MATLAB or Oc

# Developer dependencies

Testing the MEX interface requires the function `float_params`, which is [available on GitHub](https://github.com/higham/float_params). The unit tests for the C implementation in `test/cpfloat_test.ts` require the [check unit testing framework for C](https://libcheck.github.io/check) and the [subunit protocol](https://github.com/testing-cabal/subunit).
Testing the MEX interface requires the function `float_params`, which is [available on GitHub](https://github.com/higham/float_params). The unit tests for the C implementation in `test/cpfloat_test.ts` require the [check unit testing framework for C](https://libcheck.github.io/check), including the [`checkmk`](https://github.com/libcheck/check/tree/master/checkmk) script, and the [subunit protocol](https://github.com/testing-cabal/subunit).

# Installation

Expand Down

0 comments on commit 234c694

Please sign in to comment.