mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
15 lines
308 B
C
15 lines
308 B
C
|
/*
|
||
|
* Copyright (C) 2014 René Kijewski
|
||
|
*
|
||
|
* This file is subject to the terms and conditions of the GNU Lesser General
|
||
|
* Public License. See the file LICENSE in the top level directory for more
|
||
|
* details.
|
||
|
*/
|
||
|
|
||
|
#include "tests-lib.h"
|
||
|
|
||
|
void tests_lib(void)
|
||
|
{
|
||
|
TESTS_RUN(tests_lib_ringbuffer_tests());
|
||
|
}
|