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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user