]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
tests: build test-create-macvlan as part of `make check`
authorThomas Haller <thaller@redhat.com>
Mon, 18 Aug 2014 11:41:31 +0000 (13:41 +0200)
committerThomas Haller <thaller@redhat.com>
Mon, 18 Aug 2014 13:17:43 +0000 (15:17 +0200)
Signed-off-by: Thomas Haller <thaller@redhat.com>
tests/.gitignore
tests/Makefile.am
tests/test-create-macvlan.c

index 7894d5aeabeda7243838115fb6bb5eb0ef63d1b3..0f55108002209cfdb7c6b6c5debfd7ff65563b65 100644 (file)
@@ -11,6 +11,7 @@
 /test-create-ipgre
 /test-create-ipip
 /test-create-ipvti
+/test-create-macvlan
 /test-create-sit
 /test-create-veth
 /test-create-vlan
index 85d93b8c4338fe431062a501d6cd15b892926e26..0abf7286f96587cbad3f51ef122056f23aac8e97 100644 (file)
@@ -28,6 +28,7 @@ check_PROGRAMS = \
        test-create-ipgre \
        test-create-ipip \
        test-create-ipvti \
+       test-create-macvlan \
        test-create-sit \
        test-create-ifb \
        test-delete-link \
index 64779237e2d3eec36c8a9914a99326bf5f372221..d94839be066d9838267a42466c0e946a8066619f 100644 (file)
@@ -1,3 +1,5 @@
+#include <netinet/ether.h>
+
 #include <netlink/netlink.h>
 #include <netlink/route/link.h>
 #include <netlink/route/link/macvlan.h>