README.md
1# Zephyr Scientific Library Unit Tests
2
3This folder contains unit tests for zsl.
4
5## Running tests via `twister`
6
7To run these units tests, make sure that you have previously run
8`source zephyr-env.sh` (or it's equivalent for your system), and
9execute the following command to start the test-runner:
10
11```
12$ twister --inline-logs -p mps2_an521 -T [zscilib_tests_folder]
13```
14
15> **Tip**: If you wish to have **verbose output** to see any errors in
16 the test output if you make changes, you can append the `-vv` flag.
17
18## File structure
19
20Unit tests are broken up into logical groups that correspond to the source
21files in zsl. When adding new tests, please try to respect the current
22structure so that unit tests remain logically organised and easy to find.
23