mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
290 B
Plaintext
13 lines
290 B
Plaintext
#
|
|
# Copyright (C) 2008, 2009, 2010 FU Berlin
|
|
#
|
|
# Author: Kaspar Schleiser <kaspar.schleiser@fu-berlin.de>
|
|
#
|
|
|
|
SubDir TOP projects test_suite ;
|
|
|
|
Module test_suite : test_suite.c mutex_trylock_fail.c thread_sleep.c
|
|
: shell posix_io ps uart0 hwtimer ;
|
|
|
|
UseModule test_suite ;
|