diff options
| author | Ryan Liptak <squeek502@hotmail.com> | 2023-09-05 23:33:38 -0700 |
|---|---|---|
| committer | Ryan Liptak <squeek502@hotmail.com> | 2023-09-17 03:09:45 -0700 |
| commit | 01fc6a05ef4b4de3d351ebbc64f35eef7f3afa7a (patch) | |
| tree | bf48afc68d45939d62f1b9dfe96689450ecfe045 /test/standalone.zig | |
| parent | 28f6559947b7acd2ef3c983c90e1215a0d75ae15 (diff) | |
| download | zig-01fc6a05ef4b4de3d351ebbc64f35eef7f3afa7a.tar.gz zig-01fc6a05ef4b4de3d351ebbc64f35eef7f3afa7a.zip | |
Add a standalone test for Windows resource file compilation
Diffstat (limited to 'test/standalone.zig')
| -rw-r--r-- | test/standalone.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/standalone.zig b/test/standalone.zig index 22b9dfba49..87022f8bfc 100644 --- a/test/standalone.zig +++ b/test/standalone.zig @@ -195,6 +195,10 @@ pub const build_cases = [_]BuildCase{ .import = @import("standalone/load_dynamic_library/build.zig"), }, .{ + .build_root = "test/standalone/windows_resources", + .import = @import("standalone/windows_resources/build.zig"), + }, + .{ .build_root = "test/standalone/windows_spawn", .import = @import("standalone/windows_spawn/build.zig"), }, |
