Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Jun 22, 2024
1 parent c73f5d3 commit 273d15f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/test.zig
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
// all top-level files, populates @This() for below
// all non-entrypoint files, populates @This() for below
pub const bls = @import("./boot/bls.zig");
pub const boot = @import("./boot.zig");
pub const bootspec = @import("./bootspec.zig");
pub const client = @import("./client.zig");
pub const device = @import("./device.zig");
pub const filesystem = @import("./disk/filesystem.zig");
pub const log = @import("./log.zig");
pub const message = @import("./message.zig");
pub const partition_table = @import("./disk/partition_table.zig");
pub const tboot_bless_boot = @import("./tboot-bless-boot.zig");
pub const tboot_bless_boot_generator = @import("./tboot-bless-boot-generator.zig");
pub const tboot_loader = @import("./tboot-loader.zig");
pub const security = @import("./security.zig");
pub const server = @import("./server.zig");
pub const system = @import("./system.zig");
pub const tmp = @import("./tmp.zig");
pub const xmodem = @import("./boot/xmodem.zig");

test {
// recursively test all imported files
Expand Down

0 comments on commit 273d15f

Please sign in to comment.