diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2013-10-25 07:02:05 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@suug.ch> | 2013-10-30 23:02:03 (GMT) |
commit | ac344b9b6ade45de1fa7e332c0214b338b863a4c (patch) | |
tree | 373684d7c17ca0c344e4cfca4de6f4b680c42f75 /tests | |
parent | f44b82fa135e03f6bf81f68c3e4e8de07100804e (diff) | |
download | libnl-ac344b9b6ade45de1fa7e332c0214b338b863a4c.zip libnl-ac344b9b6ade45de1fa7e332c0214b338b863a4c.tar.gz libnl-ac344b9b6ade45de1fa7e332c0214b338b863a4c.tar.bz2 |
tests: fix make test-create-vxlan
Cc: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index a37de96..9d72b88 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 |