summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libc-test/Cargo.toml')
-rw-r--r--libc-test/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc-test/Cargo.toml b/libc-test/Cargo.toml
index 7b8bae6efd..2eb5a0870d 100644
--- a/libc-test/Cargo.toml
+++ b/libc-test/Cargo.toml
@@ -37,6 +37,11 @@ path = "test/linux_fcntl.rs"
harness = false
[[test]]
+name = "linux-if-arp"
+path = "test/linux_if_arp.rs"
+harness = false
+
+[[test]]
name = "linux-ipv6"
path = "test/linux_ipv6.rs"
harness = false