1 LUNAIX_ROOT ?= $(shell realpath ../../)
3 include test_build.mkinc
5 __test-dir := device-tree
6 test-dir := $(addprefix test-,$(__test-dir))
11 include stubs/makefile
12 obj-stubs += $(addprefix $(unit-test-root)/stubs/,$(obj-tmp))
14 export obj-stubs LUNAIX_ROOT
17 @$(MAKE) $(MKFLAGS) -C $* $(_ACT) -I $(CURDIR)
22 all: $(obj-stubs) $(test-dir)
25 run: $(obj-stubs) $(test-dir)
29 @rm -f $(obj-stubs) $(obj-shared)