[Test] Add queue fixture class
authorlinuxias <linuxias@gmail.com>
Fri, 13 Oct 2023 01:43:24 +0000 (10:43 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 16 Oct 2023 02:46:14 +0000 (11:46 +0900)
commit6a5eb295fde3eb7158275418539f5d8b14c251db
tree41f297c194c8ff25c052167cf72e4c846311ce1a
parente51173f41144998d2f66205e1f852a9ae3b5e8e3
[Test] Add queue fixture class

 nns_edge_queue_h handle is always used tests related queue.
 Using the fixture provided by gtest, the redundant code is
 eliminated by separating repetitive tasks of allocating and
 releasing queue handles.

Signed-off-by: linuxias <linuxias@gmail.com>
tests/unittest_nnstreamer-edge.cc