RIOT/tests/xfa/xfatest1.c
Gaëtan Harter 3099e02953 xfa: add a test script
Enable it for CI test
2021-02-18 10:46:08 +01:00

6 lines
209 B
C

#include "xfa.h"
#include "xfatest.h"
XFA(xfatest, 0) xfatest_t _xfatest1 = { .val = 1, .text = "xfatest1" };
XFA_CONST(xfatest_const, 0) xfatest_t _xfatest_const1 = { .val = 123, .text = "xfatest_const1" };