utest: rename the ut to the utests 86/158286/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Oct 2017 00:21:40 +0000 (09:21 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Oct 2017 00:40:11 +0000 (09:40 +0900)
commit4efec2d550507e2de77897ac1fc482fd81a4261e
treeca3535af9459da5ec53d3d9f19253e423afc44d6
parent660e575a0e77b98a4ed81048123d31fc53589e4a
utest: rename the ut to the utests

Change-Id: Id22d254e82d3451535a7a665d35afee52a238941
50 files changed:
Makefile.am
configure.ac
packaging/libtdm.spec
utests/Makefile.am [moved from ut/Makefile.am with 95% similarity]
utests/src/main_tests.cpp [moved from ut/src/main_tests.cpp with 100% similarity]
utests/src/ut_tdm.cpp [moved from ut/src/ut_tdm.cpp with 100% similarity]
utests/src/ut_tdm_backend.cpp [moved from ut/src/ut_tdm_backend.cpp with 100% similarity]
utests/src/ut_tdm_buffer.cpp [moved from ut/src/ut_tdm_buffer.cpp with 100% similarity]
utests/src/ut_tdm_capture.cpp [moved from ut/src/ut_tdm_capture.cpp with 100% similarity]
utests/src/ut_tdm_display.cpp [moved from ut/src/ut_tdm_display.cpp with 100% similarity]
utests/src/ut_tdm_event_loop.cpp [moved from ut/src/ut_tdm_event_loop.cpp with 100% similarity]
utests/src/ut_tdm_helper.cpp [moved from ut/src/ut_tdm_helper.cpp with 100% similarity]
utests/src/ut_tdm_pp.cpp [moved from ut/src/ut_tdm_pp.cpp with 100% similarity]
utests/src/ut_tdm_thread.cpp [moved from ut/src/ut_tdm_thread.cpp with 100% similarity]
utests/src/ut_tdm_vblank.cpp [moved from ut/src/ut_tdm_vblank.cpp with 100% similarity]
utests/stubs/stub_backend.cpp [moved from ut/stubs/stub_backend.cpp with 100% similarity]
utests/stubs/stub_backend.h [moved from ut/stubs/stub_backend.h with 100% similarity]
utests/stubs/stub_dlfcn.cpp [moved from ut/stubs/stub_dlfcn.cpp with 100% similarity]
utests/stubs/stub_dlfcn.h [moved from ut/stubs/stub_dlfcn.h with 100% similarity]
utests/stubs/stub_fcntl.h [moved from ut/stubs/stub_fcntl.h with 100% similarity]
utests/stubs/stub_pthread.cpp [moved from ut/stubs/stub_pthread.cpp with 100% similarity]
utests/stubs/stub_pthread.h [moved from ut/stubs/stub_pthread.h with 100% similarity]
utests/stubs/stub_stdio.h [moved from ut/stubs/stub_stdio.h with 100% similarity]
utests/stubs/stub_stdlib.cpp [moved from ut/stubs/stub_stdlib.cpp with 100% similarity]
utests/stubs/stub_stdlib.h [moved from ut/stubs/stub_stdlib.h with 100% similarity]
utests/stubs/stub_tdm.h [moved from ut/stubs/stub_tdm.h with 100% similarity]
utests/stubs/stub_tdm_buffer.h [moved from ut/stubs/stub_tdm_buffer.h with 100% similarity]
utests/stubs/stub_tdm_capture.h [moved from ut/stubs/stub_tdm_capture.h with 100% similarity]
utests/stubs/stub_tdm_display.h [moved from ut/stubs/stub_tdm_display.h with 100% similarity]
utests/stubs/stub_tdm_event_loop.h [moved from ut/stubs/stub_tdm_event_loop.h with 100% similarity]
utests/stubs/stub_tdm_helper.h [moved from ut/stubs/stub_tdm_helper.h with 100% similarity]
utests/stubs/stub_tdm_pp.h [moved from ut/stubs/stub_tdm_pp.h with 100% similarity]
utests/stubs/stub_tdm_server.h [moved from ut/stubs/stub_tdm_server.h with 100% similarity]
utests/stubs/stub_tdm_thread.h [moved from ut/stubs/stub_tdm_thread.h with 100% similarity]
utests/stubs/stub_tdm_vblank.h [moved from ut/stubs/stub_tdm_vblank.h with 100% similarity]
utests/stubs/stub_unistd.cpp [moved from ut/stubs/stub_unistd.cpp with 100% similarity]
utests/stubs/stub_unistd.h [moved from ut/stubs/stub_unistd.h with 100% similarity]
utests/stubs/tbm_bufmgr.h [moved from ut/stubs/tbm_bufmgr.h with 100% similarity]
utests/stubs/tbm_stubs.cpp [moved from ut/stubs/tbm_stubs.cpp with 100% similarity]
utests/stubs/tbm_stubs.h [moved from ut/stubs/tbm_stubs.h with 100% similarity]
utests/stubs/tbm_surface.h [moved from ut/stubs/tbm_surface.h with 100% similarity]
utests/stubs/tbm_surface_internal.h [moved from ut/stubs/tbm_surface_internal.h with 100% similarity]
utests/stubs/tbm_surface_queue.h [moved from ut/stubs/tbm_surface_queue.h with 100% similarity]
utests/stubs/tbm_type.h [moved from ut/stubs/tbm_type.h with 100% similarity]
utests/stubs/tdm_backend_module_subs.cpp [moved from ut/stubs/tdm_backend_module_subs.cpp with 100% similarity]
utests/stubs/tdm_event_loop_stubs.h [moved from ut/stubs/tdm_event_loop_stubs.h with 100% similarity]
utests/stubs/tdm_log.cpp [moved from ut/stubs/tdm_log.cpp with 100% similarity]
utests/stubs/tdm_server.cpp [moved from ut/stubs/tdm_server.cpp with 100% similarity]
utests/stubs/wayland-server-core.h [moved from ut/stubs/wayland-server-core.h with 100% similarity]
utests/stubs/wayland-tbm-drm-auth-client-protocol.h [moved from ut/stubs/wayland-tbm-drm-auth-client-protocol.h with 100% similarity]