adding entry point to soft driver, adding C test

This commit is contained in:
2025-10-29 21:55:28 +01:00
parent 0c0bc75959
commit 6d559d719a
8 changed files with 97 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
const std = @import("std");
const common = @import("common");
test {
std.testing.refAllDeclsRecursive(@This());
}