The Uri class provides URL parsing and manipulation utilities used throughout jw-pkg. Add a unit test covering URL parsing, credential handling, path manipulation, and safe string formatting.
Signed-off-by: Jan Lindemann <jan@janware.com>
7 lines
106 B
Makefile
7 lines
106 B
Makefile
TOPDIR = ../../../../../
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/py-run.mk
|
|
|
|
all:
|
|
test: run
|