X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Flibrary.at;h=532af3bd5e967121bedfe951e9f0043af24e8875;hb=822b7f52108e1936f68fe2f726d0796df1b19903;hp=650fef3f413a796d5a821ca7d233edac6ee263cd;hpb=642dc74ddb13bf0a0948c3ca0013bd62f8074a9f;p=sliver-openvswitch.git diff --git a/tests/library.at b/tests/library.at index 650fef3f4..532af3bd5 100644 --- a/tests/library.at +++ b/tests/library.at @@ -20,6 +20,11 @@ AT_CHECK([test-hmap], [0], [......... ]) AT_CLEANUP +AT_SETUP([test hash index]) +AT_CHECK([test-hindex], [0], [.................. +]) +AT_CLEANUP + AT_SETUP([test linked lists]) AT_CHECK([test-list], [0], [.. ])