mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
21 lines
466 B
CMake
21 lines
466 B
CMake
# List of all the ChibiOS/RT test files.
|
|
set(TESTSRC
|
|
${CHIBIOS}/test/test.c
|
|
${CHIBIOS}/test/testthd.c
|
|
${CHIBIOS}/test/testsem.c
|
|
${CHIBIOS}/test/testmtx.c
|
|
${CHIBIOS}/test/testmsg.c
|
|
${CHIBIOS}/test/testmbox.c
|
|
${CHIBIOS}/test/testevt.c
|
|
${CHIBIOS}/test/testheap.c
|
|
${CHIBIOS}/test/testpools.c
|
|
${CHIBIOS}/test/testdyn.c
|
|
${CHIBIOS}/test/testqueues.c
|
|
${CHIBIOS}/test/testbmk.c
|
|
)
|
|
|
|
# Required include directories
|
|
set(TESTINC
|
|
${CHIBIOS}/test
|
|
)
|