Skip to content
Snippets Groups Projects
Verified Commit e7f2d6e3 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: add how-to-run-unit-tests to README_SETUP

parent c946bae6
No related branches found
No related tags found
1 merge request!4Documentation
Pipeline #13692 failed
...@@ -10,6 +10,7 @@ This package requires the following software: ...@@ -10,6 +10,7 @@ This package requires the following software:
- For running this library, a valid libcaosdb configuration is needed, for example a - For running this library, a valid libcaosdb configuration is needed, for example a
`.caosdb_client.json` file in your home directory or current working directory. Please look at `.caosdb_client.json` file in your home directory or current working directory. Please look at
[`README_SETUP.md` in caosdb-cpplib](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/blob/main/README_SETUP.md) for more information. [`README_SETUP.md` in caosdb-cpplib](https://gitlab.indiscale.com/caosdb/src/caosdb-cpplib/-/blob/main/README_SETUP.md) for more information.
* MOxUnit for unit tests, see below.
## Install and Load ## Install and Load
...@@ -22,6 +23,10 @@ This package requires the following software: ...@@ -22,6 +23,10 @@ This package requires the following software:
## Run Unit Tests ## Run Unit Tests
* run `make test`
### Requirements
We use the standard test framework of Octave. We use the standard test framework of Octave.
See [this article](https://wiki.octave.org/Tests) for a primer and use See [this article](https://wiki.octave.org/Tests) for a primer and use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment