diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-10 19:12:32 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-06-11 09:01:10 +0900 |
commit | c19969f65fb1441fea3920f5ab5acae09b37397f (patch) | |
tree | 04b1cd6f935bfaa7fb5f4b73d7e69910ace335d0 /test | |
parent | bc95ea7e991f78c4753a845b0daa6687a5abbb98 (diff) |
Rename files to use "_" instead of "-"
Change-Id: I24b7be71af682946a4abde928e8bb46bf5104041
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 a4e630c..46195b6 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -3,7 +3,7 @@ #include <gtest/gtest.h> #include <memory> #include "applist.hpp" -#include "wm-client.hpp" +#include "wm_client.hpp" // テストグループの定義 TEST_GROUP(group) // フィクスチャの準備 |