test: move all module tests to the test/ directory
This commit is contained in:
6
test/core/errors.c
Normal file
6
test/core/errors.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <blue/core/error.h>
|
||||
|
||||
int main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user