Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 187 Bytes

how-to-use-testcases.md

File metadata and controls

18 lines (12 loc) · 187 Bytes

title: How to run Test Cases ...

How to run Test Cases

  • Use the built library

  • Unit Test

For gtest based test cases (common library)

$ cd build
$ ninja test
...