Port aunit unit test library
This commit is contained in:
committed by
Norman Feske
parent
e0a0d07cb3
commit
ff9dc178d9
15
lib/import/import-libaunit.mk
Normal file
15
lib/import/import-libaunit.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
AUNIT_SRC_DIR := $(call select_from_ports,aunit)/aunit-gpl-2018-src
|
||||
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/staticmemory
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/nocalendar
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/framework/fullexception
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/containers
|
||||
INC_DIR += $(AUNIT_SRC_DIR)/include/aunit/reporters
|
||||
|
||||
REP_INC_DIR += include/aunit/framework
|
||||
REP_INC_DIR += include/aunit/framework/staticmemory
|
||||
REP_INC_DIR += include/aunit/framework/nocalendar
|
||||
REP_INC_DIR += include/aunit/framework/fullexception
|
||||
REP_INC_DIR += include/aunit/containers
|
||||
REP_INC_DIR += include/aunit/reporters
|
||||
Reference in New Issue
Block a user