refalldecls for referenced dependencies

This commit is contained in:
Emil Lerch 2023-08-27 11:01:40 -07:00
parent c84baf5152
commit 18a0ed5ce4
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -1308,10 +1308,14 @@ test {
// reference all declarations located in the given argument. // reference all declarations located in the given argument.
// `@This()` is a builtin function that returns the innermost container it is called from. // `@This()` is a builtin function that returns the innermost container it is called from.
// In this example, the innermost container is this file (implicitly a struct). // In this example, the innermost container is this file (implicitly a struct).
// TODO: re-enable this std.testing.refAllDecls(@This());
// std.testing.refAllDecls(@This()); std.testing.refAllDecls(awshttp);
// std.testing.refAllDecls(config); std.testing.refAllDecls(json);
// std.testing.refAllDecls(interface); std.testing.refAllDecls(url);
std.testing.refAllDecls(case);
std.testing.refAllDecls(date);
std.testing.refAllDecls(servicemodel);
std.testing.refAllDecls(xml_shaper);
} }
const TestOptions = struct { const TestOptions = struct {
allocator: std.mem.Allocator, allocator: std.mem.Allocator,