Files
clio/tests/unit
Peter Chen f62fadc9f9 refactor: setRange in tests (#1763)
There are a few files that cannot move the setRange into constructor of
the test because either the place that calls setRange matters or tests
checks range doesn't exist
2024-11-29 09:27:45 -05:00
..
2024-11-21 14:48:32 +00:00
2024-11-29 09:27:45 -05:00
2024-11-21 17:03:37 +00:00
2024-11-26 02:11:37 +00:00
2024-11-29 09:27:45 -05:00
2024-11-27 17:39:57 +00:00
2024-06-27 18:21:30 +01:00

Unit testing

The correctness of new implementations can be verified via running unit tests. Below are the information on how to run unit tests.

Running

To run the unit tests, first build Clio as normal, then execute ./clio_tests to run all unit tests.

Adding Unit Tests

To add unit tests, please create a separate file for the component you are trying to cover (unless it already exists) and use any other existing unit test file as an example.