removing platforms/test to make room for the same from a subrepo

This commit is contained in:
Attila Body 2019-12-15 20:39:52 +01:00
parent 3fb1c5f49e
commit 62afeabbbc
337 changed files with 0 additions and 141266 deletions

View file

@ -1,12 +0,0 @@
SELF_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
REL_DIR := $(patsubst %/,%,$(dir $(lastword $(MAKEFILE_LIST))))
ifeq ($(MKDBG), 1)
$(info >>> $(REL_DIR)/component.mk)
endif
$(eval C_SOURCES += $(wildcard $(REL_DIR)/platform/*.c))
$(eval COMMON_INCLUDES += -I$(REL_DIR) -I$(REL_DIR)/gtest_i386/include)
$(eval LIBDIR += -L$(REL_DIR)/gtest_i386/lib)
$(eval LIBS += -lgtest -lgtest_main -lpthread)
ifeq ($(MKDBG), 1)
$(info <<<)
endif