remove tags as a dependency for test

it does notMake that much sense to have it like that in the first place.
It was for convenience, but it then requires the ci/cd pipeline to have
ctags installed and maybe other config. so screw it
This commit is contained in:
2025-10-05 00:21:28 +02:00
parent eb47bcda9b
commit ddf9bea20b
+1 -1
View File
@@ -7,7 +7,7 @@ TESTBIN := /tmp/all_tests
.PHONY: test .PHONY: test
test: tags test:
@echo "Discovering test files..." @echo "Discovering test files..."
@files=$$(find . -type f -name 'test*.c'); \ @files=$$(find . -type f -name 'test*.c'); \
if [ -z "$$files" ]; then \ if [ -z "$$files" ]; then \