summaryrefslogtreecommitdiff
path: root/libc-test/Cargo.toml
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-06-03 15:39:55 +0900
committerYuki Okushi <jtitor@2k36.org>2021-06-03 15:40:20 +0900
commitf77d49b818d38742f65a8256b9e15a0199516ef8 (patch)
tree8525d771adaff7b6e9478affdf03b09796dbe739 /libc-test/Cargo.toml
parent28650774def78a6821171fd1c24d6f6913b66f23 (diff)
downloadrust-libc-f77d49b818d38742f65a8256b9e15a0199516ef8.tar.gz
Declare `ARPHRD_CAN` on the linux_like module
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