py-run.mk: Add dummy test target

Directories with py-run.mk error out on the test target, so add
a no-op test target.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2025-02-17 17:06:29 +00:00
commit a64cd918dd

View file

@ -10,6 +10,7 @@ all:
install: install:
clean: clean:
distclean: distclean:
test:
run: run:
$(PYTHON) $(EXE) $(EXE_ARGS) $(PYTHON) $(EXE) $(EXE_ARGS)