summaryrefslogtreecommitdiff
path: root/src/kernel/tests/util.c
AgeCommit message (Expand)Author
2022-05-15shared/ring: ring_contigdzwdz
2022-04-12shared: fix some minor warningsdzwdz
2022-04-10shared: implement a basic ring bufferdzwdz
2022-03-06shared: add strcmp() testcases, fix invalid implementationdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-09-21start using sparse's `-Wdecl`dzwdz
2021-09-19remove the unused static_strcmp macrodzwdz
2021-08-24replace () with (void) in function definitionsdzwdz
2021-08-04rename TEST_IF to TEST_CONDdzwdz
2021-08-03fix inconsistent semicolonsdzwdz
2021-08-03kernel: implement static_strcmp()dzwdz
2021-08-03kernel: implement memcmpdzwdz