rename circular_buffer to framed_ring_buffer (#3570)
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled

Co-authored-by: Fabien-B <Fabien-B@github.com>
This commit is contained in:
Fabien-B
2025-12-08 11:20:41 +01:00
committed by GitHub
parent 4744ac556b
commit b7ed10502d
12 changed files with 189 additions and 60 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ export PAPARAZZI_HOME
#####################################################
# If you add more test files you add their names here
TESTS = test_circular_buffer.run
TESTS = test_framed_ring_buffer.run
###################################################
# You should not need to touch the rest of the file
@@ -52,7 +52,7 @@ build_tests: $(TESTS)
test: build_tests
prove $(VERBOSE) --exec '' ./*.run
test_circular_buffer.run: $(PAPARAZZI_SRC)/sw/airborne/utils/circular_buffer.c
test_framed_ring_buffer.run: $(PAPARAZZI_SRC)/sw/airborne/utils/framed_ring_buffer.c
%.run: %.c
@echo BUILD $@