utests: rename filename 43/170443/2
authorBoram Park <boram1288.park@samsung.com>
Tue, 6 Feb 2018 04:12:59 +0000 (13:12 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 20 Feb 2018 06:13:29 +0000 (06:13 +0000)
Change-Id: I9b3bf085adddef16a9f4e8a46878b9b455e9050e

14 files changed:
utests/Makefile.am
utests/src/ut_tdm.h [moved from utests/src/ut_common.h with 100% similarity]
utests/src/ut_tdm_buffer.cpp
utests/src/ut_tdm_capture.cpp
utests/src/ut_tdm_client.cpp
utests/src/ut_tdm_display.cpp [moved from utests/src/ut_tdm.cpp with 100% similarity]
utests/src/ut_tdm_event_loop.cpp
utests/src/ut_tdm_helper.cpp
utests/src/ut_tdm_hwc_window.cpp
utests/src/ut_tdm_layer.cpp
utests/src/ut_tdm_main.cpp [moved from utests/src/ut_main.cpp with 100% similarity]
utests/src/ut_tdm_output.cpp
utests/src/ut_tdm_pp.cpp
utests/src/ut_tdm_vblank.cpp

index fe1e8b5..1c22d6a 100644 (file)
@@ -1,8 +1,8 @@
 bin_PROGRAMS = tdm-utests
 
 tdm_utests_SOURCES = \
-       src/ut_main.cpp \
-       src/ut_tdm.cpp \
+       src/ut_tdm_main.cpp \
+       src/ut_tdm_display.cpp \
        src/ut_tdm_pp.cpp \
        src/ut_tdm_capture.cpp \
        src/ut_tdm_output.cpp \
similarity index 100%
rename from utests/src/ut_common.h
rename to utests/src/ut_tdm.h
index c7b8029..db5c4ca 100644 (file)
@@ -1,5 +1,5 @@
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "stdint.h"
 
 extern "C" {
index 5e5e92f..068220a 100644 (file)
@@ -29,7 +29,7 @@
 **************************************************************************/
 
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "tdm.h"
 extern "C" {
 #include "tbm_bufmgr.h"
index 678269b..adb71d5 100644 (file)
@@ -30,7 +30,7 @@
 **************************************************************************/
 
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 
 #include <cstring>
 
index 62b9165..b0dc4e7 100644 (file)
@@ -1,5 +1,5 @@
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "stdint.h"
 #include "fcntl.h"
 
index 0acd225..b9d8ba4 100644 (file)
@@ -1,5 +1,5 @@
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "stdint.h"
 #include <stdio.h>
 #include <ftw.h>
index b36b073..52ebc5b 100644 (file)
@@ -30,7 +30,7 @@
 
 #include <limits.h>
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "stdint.h"
 
 #include "tdm.h"
index db02e21..051c41f 100644 (file)
@@ -29,7 +29,7 @@
 **************************************************************************/
 
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include <limits.h>
 #include <string.h>
 #include <sys/epoll.h>
index a883cd4..0355065 100644 (file)
@@ -29,7 +29,7 @@
 **************************************************************************/
 
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include <climits>
 #include "tdm.h"
 extern "C" {
index 8cd08bb..d420204 100644 (file)
@@ -29,7 +29,7 @@
 **************************************************************************/
 
 #include "gtest/gtest.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include "tdm.h"
 extern "C" {
 #include "tbm_bufmgr.h"
index a7f5cde..9eed3dc 100644 (file)
@@ -31,7 +31,7 @@
 #include "gtest/gtest.h"
 #include "tdm.h"
 #include "tbm_bufmgr.h"
-#include "ut_common.h"
+#include "ut_tdm.h"
 #include <sys/epoll.h>
 #include <sys/timerfd.h>
 #include <pthread.h>