test_lib -> test_lib_base and implement remaining tests for base

Also refactored tests to new byteswap method
This commit is contained in:
2024-04-28 22:33:35 +05:30
parent dede607036
commit 15ed8e32c2
2 changed files with 137 additions and 23 deletions

View File

@@ -14,6 +14,6 @@
int main(void)
{
RUN_TEST_SUITE(test_lib);
RUN_TEST_SUITE(test_lib_base);
return 0;
}