]> granicus.if.org Git - libnl/commitdiff
tests: fix make test-create-vxlan
authorCong Wang <xiyou.wangcong@gmail.com>
Fri, 25 Oct 2013 07:02:05 +0000 (00:02 -0700)
committerThomas Graf <tgraf@suug.ch>
Wed, 30 Oct 2013 23:02:03 +0000 (00:02 +0100)
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
tests/Makefile.am

index a37de960b71c892e09380aeef8226886187c45af..9d72b8848022d5a2602436a220448ef080bf5561 100644 (file)
@@ -21,6 +21,7 @@ UNIT_TESTS = check-all
 check_PROGRAMS = \
        test-create-bond \
        test-create-vlan \
+       test-create-vxlan \
        test-create-bridge \
        test-delete-link \
        test-socket-creation \
@@ -41,6 +42,7 @@ endif
 test_cache_mngr_SOURCES = test-cache-mngr.c
 test_create_bond_SOURCES = test-create-bond.c
 test_create_vlan_SOURCES = test-create-vlan.c
+test_create_vxlan_SOURCES = test-create-vxlan.c
 test_create_bridge_SOURCES = test-create-bridge.c
 test_delete_link_SOURCES = test-delete-link.c
 test_genl_SOURCES = test-genl.c