Initial Release
This commit is contained in:
commit
5a00e06cb9
81 changed files with 12670 additions and 0 deletions
8
test/tests.zig
Normal file
8
test/tests.zig
Normal file
|
@ -0,0 +1,8 @@
|
|||
const std = @import("std");
|
||||
pub const cpp = @import("tests_cpp.zig");
|
||||
pub const cbor = @import("tests_cbor.zig");
|
||||
pub const thespian = @import("tests_thespian.zig");
|
||||
|
||||
test {
|
||||
std.testing.refAllDecls(@This());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue