Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 512 Bytes

unit_testing.rst

File metadata and controls

17 lines (11 loc) · 512 Bytes

Unit Testing

After successfully building OpenRSP (see subsection_compile), we recommend users perform the unit testing of OpenRSP.

If OPENRSP_TEST_EXECUTABLE is enabled, you will have an executable openrsp_c_test after successfully building OpenRSP. Run this executable for unit testing.

If OPENRSP_TEST_EXECUTABLE is disabled, you will need to call the function

to perform the unit testing.