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
3 changed files with 4 additions and 0 deletions
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…
Add table
Reference in a new issue