Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 443 Bytes

how-to-use-testcases.md

File metadata and controls

24 lines (18 loc) · 443 Bytes

title: How to use Test Cases ...

How to run Test Cases

  • Use the built library as a general gstreamer plugin.

  • Unit Test

For gtest based test cases (common library and nnstreamer plugins)

$ cd build
$ ninja test

For all gst-launch-based test cases (SSAT, mostly golden testing)

$ cd tests
$ ssat

How to write Test Cases