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

The results of the search are