summaryrefslogtreecommitdiff
path: root/FreeRTOS/Test/CMock/message_buffer/Makefile
blob: ff0c83ee3cc8d9392aee27ab76d7911ce7e5ab73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Indent with spaces
.RECIPEPREFIX := $(.RECIPEPREFIX) $(.RECIPEPREFIX)
# Do not move this line below the include
MAKEFILE_ABSPATH     := $(abspath $(lastword $(MAKEFILE_LIST)))
include ../makefile.in

# SUITES lists the suites contained in subdirectories of this directory
SUITES	+=	size_mismatch
SUITES	+=	message_buffer

# PROJECT and SUITE variables are determined based on path like so:
#   $(UT_ROOT_DIR)/$(PROJECT)/$(SUITE)
PROJECT :=  $(lastword $(subst /, ,$(dir $(abspath $(MAKEFILE_ABSPATH)))))

include ../subdir.mk