mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
Unit Test/timer[0] (#502)
* define CC/LD iff undef. Add timers suite * timers_utest[0]
This commit is contained in:
parent
f6dff3fea3
commit
63aec3607d
4 changed files with 233 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Change to match installed location
|
||||
export CC=/usr/local/bin/gcc
|
||||
export LD=/usr/local/bin/ld
|
||||
export CC ?= /usr/local/bin/gcc
|
||||
export LD ?= /usr/local/bin/ld
|
||||
# Add units here when adding a new unit test directory with the same name
|
||||
UNITS := queue list
|
||||
UNITS := queue list timers
|
||||
|
||||
include makefile.in
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue