lib/util: Add clz32() and clz64().
[sliver-openvswitch.git] / tests / library.at
index 6e28573..57cdd6c 100644 (file)
@@ -112,6 +112,7 @@ AT_CLEANUP
 m4_foreach(
   [testname],
   [[ctz],
+   [clz],
    [round_up_pow2],
    [round_down_pow2],
    [count_1bits],