test: add x86-freebsd to the module test matrix
While it's not supported as a native install architecture anymore, it's still a
supported compatibility target.
1 files changed, 9 insertions(+), 0 deletions(-)
test
test/tests.zig+9
| ... | ... | @@ -144,6 +144,15 @@ const module_test_targets = blk: { |
| 144 | 144 | .link_libc = true, |
| 145 | 145 | }, |
| 146 | 146 | |
| 147 | .{ |
| 148 | .target = .{ |
| 149 | .cpu_arch = .x86, |
| 150 | .os_tag = .freebsd, |
| 151 | .abi = .none, |
| 152 | }, |
| 153 | .link_libc = true, |
| 154 | }, |
| 155 | |
| 147 | 156 | .{ |
| 148 | 157 | .target = .{ |
| 149 | 158 | .cpu_arch = .x86_64, |