1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00
RIOT/tests/unittests/tests-coding/tests-coding.c
Marian Buschsieweke f799f7465a
tests/unittests: use SPDX copyright tags
Co-authored-by: crasbe <crasbe@gmail.com>
Co-authored-by: Ann🐸 <git@annsann.eu>
2025-11-21 07:31:23 +01:00

12 lines
226 B
C

/*
* SPDX-FileCopyrightText: 2021 Benjamin Valentin <benjamin.valentin@ml-pa.com>
* SPDX-License-Identifier: LGPL-2.1-only
*/
#include "tests-coding.h"
void tests_coding(void)
{
TESTS_RUN(tests_coding_xor_tests());
}