Unbreak the tests build
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
/*
|
||||
* 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(
|
||||
SRCS "main.cpp"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES "catch2 dev_console")
|
||||
REQUIRES "catch2 tangara")
|
||||
|
||||
+2
-2
@@ -8,11 +8,11 @@
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
#include "catch_runner.hpp"
|
||||
#include "esp_console.h"
|
||||
#include "esp_log.h"
|
||||
|
||||
#include "catch_runner.hpp"
|
||||
#include "console.hpp"
|
||||
#include "dev_console/console.hpp"
|
||||
|
||||
void RegisterCatch2() {
|
||||
esp_console_cmd_t cmd{
|
||||
|
||||
Reference in New Issue
Block a user