Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-fne committed Nov 2, 2020
1 parent 259ca06 commit 57c0a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vhost/test-vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,14 +1010,14 @@ static void test_vhost_destroy(void)

void test_vhost(void)
{
pg_test_add_func("/vhost/destroy", test_vhost_destroy);
pg_test_add_func("/vhost/as_cli", test_vhost_as_cli);
pg_test_add_func("/vhost/net_classics", test_vhost_net_classics);
pg_test_add_func("/vhost/flow", test_vhost_flow);
pg_test_add_func("/vhost/multivm", test_vhost_multivm);
pg_test_add_func("/vhost/fd", test_vhost_fd_loop);
if (glob_long_tests)
pg_test_add_func("/vhost/reco", test_vhost_reco);
pg_test_add_func("/vhost/destroy", test_vhost_destroy);
pg_test_add_func("/vhost/seccomp", test_vhost_seccomp);
}

Expand Down

0 comments on commit 57c0a71

Please sign in to comment.