Added include

This commit is contained in:
Pascal Serrarens 2023-12-31 08:42:56 +01:00
parent b55c7d5725
commit 14f162c67f

View File

@ -1,6 +1,8 @@
#if GTEST
#include <gtest/gtest.h>
#include "Roboid.h"
TEST(Dummy, Foo) {
Motor motorLeft = Motor();
Motor motorRight = Motor();