diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-05-31 19:26:01 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-05-31 19:26:01 +0900 |
commit | 0602a4156ef549a2a229ba32b141f508230b43ad (patch) | |
tree | b038cac00c5709e887f157583a95197ced8b5518 /test | |
parent | 92a48ccfc61ae0452bc814c3baa4e4c0ce885890 (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.cpp | 2 |
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) // フィクスチャの準備 |