aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 19:26:01 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-05-31 19:26:01 +0900
commit0602a4156ef549a2a229ba32b141f508230b43ad (patch)
treeb038cac00c5709e887f157583a95197ced8b5518 /test
parent92a48ccfc61ae0452bc814c3baa4e4c0ce885890 (diff)
Rename windowmanager-client
Change-Id: I601f0b542d530b1b72198b56b8bd98322836e469 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'test')
-rw-r--r--test/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.cpp b/test/test.cpp
index 716f0ef..a4e630c 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -3,7 +3,7 @@
#include <gtest/gtest.h>
#include <memory>
#include "applist.hpp"
-#include "windowmanager-client.hpp"
+#include "wm-client.hpp"
// テストグループの定義 TEST_GROUP(group)
// フィクスチャの準備