test: add riscv32-netbsd-none and riscv64-netbsd-none to module test matrix
1 files changed, 18 insertions(+), 0 deletions(-)
test
test/tests.zig+18
| ... | ... | @@ -1362,6 +1362,24 @@ const module_test_targets = blk: { |
| 1362 | 1362 | .link_libc = true, |
| 1363 | 1363 | }, |
| 1364 | 1364 | |
| 1365 | .{ |
| 1366 | .target = .{ |
| 1367 | .cpu_arch = .riscv32, |
| 1368 | .os_tag = .netbsd, |
| 1369 | .abi = .none, |
| 1370 | }, |
| 1371 | .link_libc = true, |
| 1372 | }, |
| 1373 | |
| 1374 | .{ |
| 1375 | .target = .{ |
| 1376 | .cpu_arch = .riscv64, |
| 1377 | .os_tag = .netbsd, |
| 1378 | .abi = .none, |
| 1379 | }, |
| 1380 | .link_libc = true, |
| 1381 | }, |
| 1382 | |
| 1365 | 1383 | .{ |
| 1366 | 1384 | .target = .{ |
| 1367 | 1385 | .cpu_arch = .x86, |