utest: rename the ut to the utests 90/158290/1
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Oct 2017 00:44:48 +0000 (09:44 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 31 Oct 2017 00:47:12 +0000 (09:47 +0900)
commita92540b450ed2b67099b3d349302e6815b9093ac
tree17d008598d59558e2327f367827154a73efcd659
parentc13d83657151b843ce65f7751573196d1f6e7d4c
utest: rename the ut to the utests

Change-Id: I23f1191421ad9897870ab15781e779ed5719cd00
16 files changed:
Makefile.am
configure.ac
packaging/libtbm.spec
utests/Makefile.am [moved from ut/Makefile.am with 94% similarity]
utests/src/main_tests.cpp [moved from ut/src/main_tests.cpp with 100% similarity]
utests/src/ut_tbm_bufmgr.cpp [moved from ut/src/ut_tbm_bufmgr.cpp with 100% similarity]
utests/src/ut_tbm_bufmgr.h [moved from ut/src/ut_tbm_bufmgr.h with 100% similarity]
utests/src/ut_tbm_bufmgr_backend.cpp [moved from ut/src/ut_tbm_bufmgr_backend.cpp with 100% similarity]
utests/src/ut_tbm_surface.cpp [moved from ut/src/ut_tbm_surface.cpp with 100% similarity]
utests/src/ut_tbm_surface_internal.cpp [moved from ut/src/ut_tbm_surface_internal.cpp with 100% similarity]
utests/src/ut_tbm_surface_queue.cpp [moved from ut/src/ut_tbm_surface_queue.cpp with 100% similarity]
utests/stubs/pthread_stubs.cpp [moved from ut/stubs/pthread_stubs.cpp with 100% similarity]
utests/stubs/pthread_stubs.h [moved from ut/stubs/pthread_stubs.h with 100% similarity]
utests/stubs/stdlib_stubs.cpp [moved from ut/stubs/stdlib_stubs.cpp with 100% similarity]
utests/stubs/stdlib_stubs.h [moved from ut/stubs/stdlib_stubs.h with 100% similarity]
utests/stubs/tbm_bufmgr_stubs.h [moved from ut/stubs/tbm_bufmgr_stubs.h with 100% similarity]