Skip to content
Snippets Groups Projects
Commit cee37ab7 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[SBS] Grouped catch tests

parent a5864889
Branches
Tags
No related merge requests found
...@@ -164,16 +164,16 @@ Files: src/shared/utils/testutils/TestHelper.cpp ...@@ -164,16 +164,16 @@ Files: src/shared/utils/testutils/TestHelper.cpp
[tests] [tests]
Type: srcfiles Type: srcfiles
Files: src/tests/catch/test-eventbroker.cpp Files: src/tests/catch/test-aero.cpp
src/tests/catch/test-circularbuffer.cpp
src/tests/catch/test-aero.cpp
src/tests/catch/test-buttonhandler.cpp src/tests/catch/test-buttonhandler.cpp
src/tests/catch/test-circularbuffer.cpp
src/tests/catch/test-eventbroker.cpp
src/tests/catch/test-hardwaretimer.cpp
#src/tests/catch/test-kalman.cpp
src/tests/catch/test-matrix.cpp
src/tests/catch/test-packetqueue.cpp src/tests/catch/test-packetqueue.cpp
src/tests/catch/spidriver/test-spidriver src/tests/catch/spidriver/test-spidriver
src/tests/catch/test-circularbuffer
src/tests/catch/test-matrix
src/tests/catch/test-kalman
src/tests/catch/test-hardwaretimer
#-------------------------------# #-------------------------------#
# Entrypoints # # Entrypoints #
...@@ -216,7 +216,7 @@ Main: kernel-testsuite ...@@ -216,7 +216,7 @@ Main: kernel-testsuite
[tests-catch] [tests-catch]
Type: test Type: test
BoardId: stm32f429zi_skyward_homeone BoardId: stm32f429zi_stm32f4discovery
BinName: tests-catch BinName: tests-catch
Include: %tests %shared %test-utils %spi Include: %tests %shared %test-utils %spi
Defines: Defines:
...@@ -394,6 +394,13 @@ Defines: ...@@ -394,6 +394,13 @@ Defines:
Main: drivers/test-ad7994 Main: drivers/test-ad7994
# [test-circularbuffer]
# Type: test
# BoardId: stm32f429zi_stm32f4discovery
# BinName: test-circularbuffer
# Include: %shared %test-utils
# Defines: -DSTANDALONE_CATCH1_TEST
# Main: catch/test-circularbuffer
#[test-eventbroker] #[test-eventbroker]
#Type: test #Type: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment