Draft version of test system

This commit is contained in:
sheinz 2016-08-18 18:09:36 +03:00
parent 95081a1e9f
commit 5ace1c5bff
12 changed files with 290 additions and 19 deletions

8
extras/test/component.mk Normal file
View 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))