X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibrary.at;h=a9a5bea51b0f64a02fb4a9043acb18b516c2862c;hb=5019f688d4e3117960503d57978ff2e0fb3771e0;hp=c48828e9d00830b1778b5e91b55dadb67a217458;hpb=f1acd62b54376a425a975f9af501c4c8c5689b39;p=openvswitch diff --git a/tests/library.at b/tests/library.at index c48828e9..a9a5bea5 100644 --- a/tests/library.at +++ b/tests/library.at @@ -37,3 +37,7 @@ AT_CLEANUP AT_SETUP([test vconn library]) OVS_CHECK_LCOV([test-vconn], [0], [ignore]) AT_CLEANUP + +AT_SETUP([test strtok_r bug fix]) +AT_CHECK([test-strtok_r], [0], [ignore]) +AT_CLEANUP