mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
0b8d5cf973
The test uses riot threads to calculate the factorial of 12, with one thread for each multiplication. The core mutex is used for synchronization.
6 lines
113 B
Makefile
6 lines
113 B
Makefile
export PROJECT = test_thread_cooperation
|
|
include ../Makefile.tests_common
|
|
|
|
include $(RIOTBASE)/Makefile.include
|
|
|