X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibrary.at;h=70660a2569f943a47b4d3d1b7b8122c0cc93cb84;hb=5d9499c4dc43bb40f49bf7a819821750a43039d2;hp=ca5f29ca8f16b9c3cec7ef9471fd45fd66f23a02;hpb=711e0157cf345f1473247ec90c6ff39eb9f7743c;p=openvswitch diff --git a/tests/library.at b/tests/library.at index ca5f29ca..70660a25 100644 --- a/tests/library.at +++ b/tests/library.at @@ -100,9 +100,17 @@ nibble 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ]) AT_CLEANUP -AT_SETUP([test log_2_floor]) -AT_CHECK([test-util]) -AT_CLEANUP +m4_foreach( + [testname], + [[ctz], + [log_2_floor], + [bitwise_copy], + [bitwise_zero], + [bitwise_one], + [bitwise_is_all_zeros]], + [AT_SETUP([testname[()] function]) + AT_CHECK([test-util testname], [0], [], []) + AT_CLEANUP]) AT_SETUP([test unix socket -- short pathname]) AT_CHECK([test-unix-socket x])