diff options
author | 2018-06-10 19:12:32 +0900 | |
---|---|---|
committer | 2018-06-12 10:16:27 +0900 | |
commit | 14be8c3bcc558d319f3324f06a5700b9155d2aa6 (patch) | |
tree | 358746b4bb29eacad528ff22c53ad8b45bfb996a /test | |
parent | b9ad63927d1eb1de0be4cd3cb59feeaae054bb40 (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) // フィクスチャの準備 |