aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-06-11 00:46:10 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-06-11 03:55:41 -0400
commit76292c8ed5c78f714d64f32bb1ea231cb64152c1 (patch)
treeb3ae8a576541b571d418421fba134bb16e01ef56 /tests
parentf1779c85dedb8bb309a9afa8cfa7e35ad727d237 (diff)
Forbid all BSDs from running `core:net` tests
`net` is not yet implemented on them.
Diffstat (limited to 'tests')
-rw-r--r--tests/core/net/test_core_net.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/core/net/test_core_net.odin b/tests/core/net/test_core_net.odin
index 6aada88a6..f806463e9 100644
--- a/tests/core/net/test_core_net.odin
+++ b/tests/core/net/test_core_net.odin
@@ -8,7 +8,7 @@
A test suite for `core:net`
*/
-//+build !netbsd
+//+build !netbsd !freebsd !openbsd
package test_core_net
import "core:testing"