testsuite: Move helper functions before caller functions 10/270110/1
authorTae-Young Chung <ty83.chung@samsung.com>
Wed, 26 Jan 2022 01:28:37 +0000 (10:28 +0900)
committerTae-Young Chung <ty83.chung@samsung.com>
Wed, 26 Jan 2022 01:39:19 +0000 (10:39 +0900)
commitb3ffa8e86d1713761535557f837d8c300ecd5717
tree0e993a7fffc5ea0bb7de49e2ae02376950c438df
parent9d1c76a532bad5c6b1d3996258f250f314562db9
testsuite: Move helper functions before caller functions

[Version] 0.13.1-0
[Issue type] bug fix

Some functions call helper functions which are just defined behind them
without any declaration so that 'implicit declaration function' warning occurs.
Instead of declaring prototype, just move them to before the some function.

Change-Id: I5defa81ba22f39981eb97553dda78d3191d49ff0
Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
packaging/capi-media-vision.spec
test/testsuites/machine_learning/inference/inference_test_suite.c