@@ -4,5 +4,11 @@
"files.exclude": {
"**/.build": true,
"**/*.hex": true
+ },
+ "files.associations": {
+ "*.h": "c",
+ "*.c": "c",
+ "*.cpp": "cpp",
+ "*.hpp": "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;
#include "time.h"
using testing::InSequence;
#include "action_tapping.h"
- #include "keyboard_report_util.h"
+ #include "keyboard_report_util.hpp"
#include <vector>
#include <algorithm>
using namespace testing;
@@ -18,7 +18,7 @@
#include "gmock/gmock.h"
#include "quantum.h"
-#include "test_driver.h"
+#include "test_driver.hpp"
#include "test_matrix.h"
-#include "keyboard_report_util.h"
-#include "test_fixture.h"
+#include "keyboard_report_util.hpp"
+#include "test_fixture.hpp"
TestDriver* TestDriver::m_this = nullptr;
@@ -20,7 +20,7 @@
#include <stdint.h>
#include "host.h"
class TestDriver {
@@ -1,6 +1,6 @@
#include "keyboard.h"
#include "action.h"