diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-25 15:23:51 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-25 15:23:51 +1000 |
| commit | 8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af (patch) | |
| tree | 3aab9a7757013b8915e3b048ba7d6e6e430d4ae3 /test/fixtures | |
| parent | 2d04e13cc6498cb4b28a07ae1ce878a295b3cee4 (diff) | |
| download | tangara-fw-8db57d6dc5cf5c83cffd393a37ca37bc1a67f1af.tar.gz | |
Unbreak the tests build
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/CMakeLists.txt | 8 | ||||
| -rw-r--r-- | test/fixtures/i2c_fixture.hpp | 2 | ||||
| -rw-r--r-- | test/fixtures/spi_fixture.hpp | 2 |
3 files changed, 5 insertions, 7 deletions
diff --git a/test/fixtures/CMakeLists.txt b/test/fixtures/CMakeLists.txt index 9895cf8d..44deefcd 100644 --- a/test/fixtures/CMakeLists.txt +++ b/test/fixtures/CMakeLists.txt @@ -1,7 +1,5 @@ -/* - * Copyright 2023 jacqueline <me@jacqueline.id.au> - * - * SPDX-License-Identifier: GPL-3.0-only - */ +# Copyright 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: GPL-3.0-only idf_component_register(INCLUDE_DIRS "." REQUIRES drivers) diff --git a/test/fixtures/i2c_fixture.hpp b/test/fixtures/i2c_fixture.hpp index e7e5d42d..dd33fe9e 100644 --- a/test/fixtures/i2c_fixture.hpp +++ b/test/fixtures/i2c_fixture.hpp @@ -7,7 +7,7 @@ #pragma once #include "catch2/catch.hpp" -#include "i2c.hpp" +#include "drivers/i2c.hpp" class I2CFixture { public: diff --git a/test/fixtures/spi_fixture.hpp b/test/fixtures/spi_fixture.hpp index a5e9cac3..d29977eb 100644 --- a/test/fixtures/spi_fixture.hpp +++ b/test/fixtures/spi_fixture.hpp @@ -7,7 +7,7 @@ #pragma once #include "catch2/catch.hpp" -#include "spi.hpp" +#include "drivers/spi.hpp" class SpiFixture { public: |
