summaryrefslogtreecommitdiffstats
path: root/tests/basic
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-02 20:46:35 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-09 03:59:51 +0200
commit67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c (patch)
treed84f65049443d75b7bd285216cd0de0223707add /tests/basic
parent631c09e97679c27d2f9d8bf3980cc6b2ca6181aa (diff)
downloadqmk_firmware-67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c.tar.gz
qmk_firmware-67f722c9c8cb077b946dfb2b6a3b538e37f3aa8c.tar.xz
Configure vscode file associations, use hpp instead of h
Diffstat (limited to 'tests/basic')
-rw-r--r--tests/basic/test_keypress.cpp2
-rw-r--r--tests/basic/test_macro.cpp2
-rw-r--r--tests/basic/test_tapping.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/basic/test_keypress.cpp b/tests/basic/test_keypress.cpp
index 2323b7cb4..460c38385 100644
--- a/tests/basic/test_keypress.cpp
+++ b/tests/basic/test_keypress.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "test_common.h"
+#include "test_common.hpp"
using testing::_;
using testing::Return;
diff --git a/tests/basic/test_macro.cpp b/tests/basic/test_macro.cpp
index f1990bf6f..56ee5ad3e 100644
--- a/tests/basic/test_macro.cpp
+++ b/tests/basic/test_macro.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "test_common.h"
+#include "test_common.hpp"
#include "time.h"
using testing::InSequence;
diff --git a/tests/basic/test_tapping.cpp b/tests/basic/test_tapping.cpp
index c158e1718..75a1bcafb 100644
--- a/tests/basic/test_tapping.cpp
+++ b/tests/basic/test_tapping.cpp
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "test_common.h"
+#include "test_common.hpp"
#include "action_tapping.h"
using testing::_;