test: remove the src module

It's already empty, let's just remove it and the test-src Makefile target
with it.

If you wish to lint the sources, there's the new `lint` target.
This commit is contained in:
Ondřej Budai 2023-08-07 16:58:46 +02:00 committed by Simon de Vlieger
parent dc0dbb0f09
commit f075b743e8
2 changed files with 0 additions and 6 deletions

View file

@ -234,12 +234,6 @@ test-run:
--rootdir=$(SRCDIR) \
-v
.PHONY: test-src
test-src:
@$(PYTHON3) -m pytest \
$(SRCDIR)/test/src \
--rootdir=$(SRCDIR) \
-v
.PHONY: test-all
test-all: