summaryrefslogtreecommitdiff
path: root/tests/lib/test_frrlua.c
AgeCommit message (Collapse)Author
2024-10-31lib, tests: Remove in6addr_cmp function from the systemDonald Sharp
This function should just be memcmp. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2024-09-24tests: Check if built-in Lua functions are workingDonatas Abraitis
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-11-20lib: Create encoders for int and rename stuffDonald Lee
Create encoders/decoders for int and rename current int encoders /decoders to long long. Signed-off-by: Donald Lee <dlqs@gmx.com>
2023-08-01lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis
This is purely an integer (long long/long), and causes issues for 32-bit systems. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-04-01tests: Fix uninitialized usage of variables in testsDonald Sharp
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
2021-06-23tests: Add unit test for lua encoders/decodersDonald Lee
Signed-off-by: Donald Lee <dlqs@gmx.com>