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:
parent
dc0dbb0f09
commit
f075b743e8
2 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue