Unittest: data type consistency with nnstreamer/gstreamer
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 6 Aug 2021 07:19:08 +0000 (16:19 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 31 Aug 2021 10:52:38 +0000 (19:52 +0900)
commitc13e87a57cce014b83cdaeeefc3ac45fe4f893de
treeb654326f3b82b1a212571a1afe9d8cd56b74a9f1
parent75e26cf8c89fff87b43395163062549817b1e0df
Unittest: data type consistency with nnstreamer/gstreamer

There are type re-definitions in C ML-API, which
should inherit values from nnstreamer and gstreamer.
Add unittests that ensures the consistency.

Fixes https://github.com/nnstreamer/nnstreamer/issues/2587

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
packaging/machine-learning-api.spec
tests/capi/meson.build
tests/capi/unittest_capi_datatype_consistency.cc [new file with mode: 0644]