test: core: add error and ringbuffer tests

This commit is contained in:
2025-07-28 22:22:38 +01:00
parent ad4eba6cc1
commit 0e0c95900c
2 changed files with 72 additions and 0 deletions

6
core-test/errors.c Normal file
View File

@@ -0,0 +1,6 @@
#include <blue/core/error.h>
int main(void)
{
return 0;
}