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>
4 lines
81 B
Makefile
4 lines
81 B
Makefile
TOPDIR = ../../..
|
|
|
|
include $(TOPDIR)/make/proj.mk
|
|
include $(JWBDIR)/make/dirs.mk
|