| author | |
| committer | |
| log | a6275ad16f7441725c87429406452be69e480934 |
| tree | ac1099585f5db1598fd308dbe7dab30a16280a0e |
| parent | 0b4132b7a77766a673809437aba5ecbb1a041d39 |
| signature |
1 files changed, 18 insertions(+), 0 deletions(-)
test/tests.zig+18| ... | @@ -1362,6 +1362,24 @@ const module_test_targets = blk: { | ... | @@ -1362,6 +1362,24 @@ const module_test_targets = blk: { |
| 1362 | .link_libc = true, | 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 | .target = .{ | 1384 | .target = .{ |
| 1367 | .cpu_arch = .x86, | 1385 | .cpu_arch = .x86, |