test_lib -> test_lib_base and implement remaining tests for base
Also refactored tests to new byteswap method
This commit is contained in:
@@ -14,6 +14,6 @@
|
||||
|
||||
int main(void)
|
||||
{
|
||||
RUN_TEST_SUITE(test_lib);
|
||||
RUN_TEST_SUITE(test_lib_base);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user