1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/unittests/tests-crc/tests-crc.c

15 lines
342 B
C
Raw Normal View History

2016-01-16 21:03:03 +01:00
/*
* Copyright 2016 Ludwig Knüpfer <ludwig.knuepfer@fu-berlin.de>
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
2016-02-04 12:00:07 +01:00
#include "tests-crc.h"
2016-01-16 21:03:03 +01:00
2016-02-04 12:00:07 +01:00
void tests_crc(void)
2016-01-16 21:03:03 +01:00
{
2016-02-04 12:00:07 +01:00
TESTS_RUN(tests_crc_crc16_ccitt_tests());
2016-01-16 21:03:03 +01:00
}