aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-10 19:12:32 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2018-06-12 10:16:27 +0900
commit14be8c3bcc558d319f3324f06a5700b9155d2aa6 (patch)
tree358746b4bb29eacad528ff22c53ad8b45bfb996a /test
parentb9ad63927d1eb1de0be4cd3cb59feeaae054bb40 (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.cpp2
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)
// フィクスチャの準備