mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 12:45:22 -05:00
Test: Mask unit test warning (#592)
* Test: Mask unit test warning * Fix Unit Test Bug * Unit Test: Add setters and getters for xMaskAssertAndAbort * Fix Warning * Update Makefile
This commit is contained in:
parent
459a6cbb4c
commit
5136a30399
5 changed files with 18 additions and 6 deletions
|
|
@ -131,7 +131,7 @@ $(PROJ_DIR)/%.i : $(KERNEL_DIR)/%.c
|
|||
|
||||
# compile the project objects with coverage instrumented
|
||||
$(PROJ_DIR)/%.o : $(PROJ_DIR)/%.i
|
||||
$(CC) -c $< $(CPPFLAGS) $(INCLUDE_DIR) $(GCC_COV_OPTS) -o $@
|
||||
$(CC) -c $< $(CPPFLAGS) $(CFLAGS) $(INCLUDE_DIR) $(GCC_COV_OPTS) -o $@
|
||||
|
||||
# Build mock objects
|
||||
$(SCRATCH_DIR)/mock_%.o : $(MOCKS_DIR)/mock_%.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue