1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/unittests/tests-lib/tests-lib.c
2014-07-28 20:56:12 +02:00

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());
}