that should now fix it
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details

This commit is contained in:
Robin Müller 2022-11-28 11:35:28 +01:00
parent f8a5e04dc7
commit 55608f0660
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
8 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#ifndef LINUX_BOARDTEST_I2CTESTCLASS_H_
#define LINUX_BOARDTEST_I2CTESTCLASS_H_
#include <test/testtasks/TestTask.h>
#include <test/TestTask.h>
#include <array>
#include <string>

View File

@ -5,7 +5,7 @@
#include <fsfw_hal/common/gpio/GpioCookie.h>
#include <fsfw_hal/common/gpio/GpioIF.h>
#include "TestTask.h"
#include "test/TestTask.h"
/**
* @brief Test for the GPIO read implementation of the LinuxLibgpioIF.

View File

@ -13,7 +13,7 @@
#include <fsfw_hal/common/gpio/GpioIF.h>
#include <fsfw_hal/linux/spi/SpiCookie.h>
#include <test/testtasks/TestTask.h>
#include <test/TestTask.h>
#include <vector>

View File

@ -12,7 +12,7 @@
#include "lwgps/lwgps.h"
#include "mission/devices/devicedefinitions/ScexDefinitions.h"
#include "test/testtasks/TestTask.h"
#include "test/TestTask.h"
class ScexUartReader;
class ScexDleParser;

View File

@ -1,2 +1,4 @@
add_subdirectory(testtasks)
add_subdirectory(gpio)
target_sources(${LIB_EIVE_MISSION} PUBLIC TestTask.cpp)

View File

@ -1 +1 @@
target_sources(${LIB_EIVE_MISSION} PUBLIC TestTask.cpp)
target_sources(${LIB_EIVE_MISSION} PUBLIC)