Change directory name from test to tests 79/269279/1
authorHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 12 Jan 2022 09:11:11 +0000 (18:11 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 12 Jan 2022 09:11:54 +0000 (18:11 +0900)
commitcbfbd4d174a49a004dc90a120b080cb816c9b2fb
tree0bf0d983f036862e27b431351ec80b0fda85439b
parentb71a4836a615b0769cce52bf7b45858c163a6714
Change directory name from test to tests

Change-Id: I699f87c6ca9d80bb4f2885ed33510fffb6ded564
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
13 files changed:
CMakeLists.txt
tests/orientation_test/CMakeLists.txt [moved from test/orientation_test/CMakeLists.txt with 100% similarity]
tests/orientation_test/errors.h [moved from test/orientation_test/errors.h with 100% similarity]
tests/orientation_test/fusion.cpp [moved from test/orientation_test/fusion.cpp with 100% similarity]
tests/orientation_test/fusion.h [moved from test/orientation_test/fusion.h with 100% similarity]
tests/orientation_test/main.cpp [moved from test/orientation_test/main.cpp with 100% similarity]
tests/orientation_test/mat.h [moved from test/orientation_test/mat.h with 100% similarity]
tests/orientation_test/quat.h [moved from test/orientation_test/quat.h with 100% similarity]
tests/orientation_test/tizen_orientation.h [moved from test/orientation_test/tizen_orientation.h with 100% similarity]
tests/orientation_test/traits.h [moved from test/orientation_test/traits.h with 100% similarity]
tests/orientation_test/vec.h [moved from test/orientation_test/vec.h with 100% similarity]
tests/stress_test/CMakeLists.txt [moved from test/stress_test/CMakeLists.txt with 100% similarity]
tests/stress_test/main.c [moved from test/stress_test/main.c with 100% similarity]