Remove /test and /.github, the CI/testing framework.

The unit tests and continious integration is... exessive.
Yes, it's useful, but creates more complications than that it helps, so
it is removed for the time being. Maybe I will add a new framework at a
later date, but at the moment it is constraining development.
This commit is contained in:
2026-01-15 13:35:04 +01:00
parent 0d0038735f
commit 91383e205f
8 changed files with 3 additions and 330 deletions

View File

@@ -22,7 +22,9 @@ static const char *strmat(const char *s1, const char *s2)
return s1;
}
int conf_getkeyval(const char *restrict buf, const char *const restrict *restrict keys, int klen, const char *restrict *restrict out)
int conf_getkeyval(const char *restrict buf,
const char *const restrict *restrict keys, int klen,
const char *restrict *restrict out)
{
const char *tmp = NULL;