tests: build test-create-macvlan as part of make check

Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
Thomas Haller 2014-08-18 13:41:31 +02:00
parent 76237f6d63
commit 16e3d61689
3 changed files with 4 additions and 0 deletions

1
tests/.gitignore vendored
View 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

View 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 \

View File

@ -1,3 +1,5 @@
#include <netinet/ether.h>
#include <netlink/netlink.h>
#include <netlink/route/link.h>
#include <netlink/route/link/macvlan.h>