Draft version of test system
This commit is contained in:
parent
95081a1e9f
commit
5ace1c5bff
12 changed files with 290 additions and 19 deletions
8
extras/test/component.mk
Normal file
8
extras/test/component.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Component makefile for extras/test
|
||||
|
||||
INC_DIRS += $(test_ROOT)..
|
||||
|
||||
# args for passing into compile rule generation
|
||||
test_SRC_DIR = $(test_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,test))
|
||||
Loading…
Add table
Add a link
Reference in a new issue