Enable googletest for unittesting (#398)
author이춘석/동작제어Lab(SR)/Senior Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 4 Apr 2018 00:34:13 +0000 (09:34 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Wed, 4 Apr 2018 00:34:13 +0000 (09:34 +0900)
commitfd104d603dca35a6850b40aed8647f80502dea36
treecd6bc5a102c17f2bd13177b794a867ee64ef3eb3
parent6b0d71112d65c12a1e5e16cf64594d16dead2428
Enable googletest for unittesting (#398)

0. Support arm-cross, x64-native, arm-native, and tizen-obs build
1. Introduce googletest at top level
2. Add simple test tflite_test.cc : this should be removed
3. Add howto doc
CMakeLists.txt
docs/HowToAddUnittest.md [new file with mode: 0644]
packaging/nnfw.spec
tools/tflite_run/CMakeLists.txt
tools/tflite_run/src/tflite_test.cc [new file with mode: 0644]