ONE icon indicating copy to clipboard operation
ONE copied to clipboard

[runtime/test] Move test library

Open hseok-oh opened this issue 9 months ago • 0 comments

What

Let's move libraries for test in runtime/libs into tests/libs.

  • [x] runtime/libs/nnapi
    • [x] Move
  • [x] runtime/libs/rua
    • [x] Move
  • [ ] runtime/libs/tflite
    • [x] Move
    • [ ] Update namespace
  • [ ] runtime/misc
    • [ ] Move
      • [ ] benchmark.h
      • [ ] RandomGenerator.h/cpp
    • [ ] Update include path name
    • [ ] Update lib name
    • [ ] Update namespace

Why

  • Reduces tizen onert package build time
  • Remove from test coverage - it is not runtime core module

hseok-oh avatar May 16 '24 09:05 hseok-oh