Port aunit unit test library

This commit is contained in:
Alexander Senier
2019-01-30 09:01:07 +01:00
committed by Norman Feske
parent e0a0d07cb3
commit ff9dc178d9
8 changed files with 727 additions and 0 deletions

View 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