mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 02:29:50 +00:00
tests: build test-create-macvlan as part of make check
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
76237f6d63
commit
16e3d61689
1
tests/.gitignore
vendored
1
tests/.gitignore
vendored
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include <netinet/ether.h>
|
||||
|
||||
#include <netlink/netlink.h>
|
||||
#include <netlink/route/link.h>
|
||||
#include <netlink/route/link/macvlan.h>
|
||||
|
Loading…
Reference in New Issue
Block a user