test: Move unit tests below jw/pkg
Move the unit test hierarchy to below test/unit/python/jw/pkg. Nesting the subdirectories so deeply might be overly careful, but it may as well be not - maybe in the future installable test packages are going to be generated and need simple ways to install without stepping onto each other's toes. If not, it's easier to cut two directory components out than having to reorganize possibly incoherent paths grown over multiple packages.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c94916d7de
commit
f4d40efc05
5 changed files with 9 additions and 1 deletions
4
test/unit/python/jw/pkg/Makefile
Normal file
4
test/unit/python/jw/pkg/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../../../../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/dirs.mk
|
||||||
4
test/unit/python/jw/pkg/lib/Makefile
Normal file
4
test/unit/python/jw/pkg/lib/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
TOPDIR = ../../../../../..
|
||||||
|
|
||||||
|
include $(TOPDIR)/make/proj.mk
|
||||||
|
include $(JWBDIR)/make/dirs.mk
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
TOPDIR = ../../../../../
|
TOPDIR = ../../../../../../..
|
||||||
|
|
||||||
include $(TOPDIR)/make/proj.mk
|
include $(TOPDIR)/make/proj.mk
|
||||||
include $(JWBDIR)/make/py-run.mk
|
include $(JWBDIR)/make/py-run.mk
|
||||||
Loading…
Add table
Add a link
Reference in a new issue