tests: Fix problems in "learning action - self-modifying flow" test.
[sliver-openvswitch.git] / tests / library.at
index f84a55b..ded0a22 100644 (file)
@@ -21,7 +21,7 @@ AT_CHECK([test-hmap], [0], [.........
 AT_CLEANUP
 
 AT_SETUP([test hash index])
-AT_CHECK([test-hindex], [0], [..................
+AT_CHECK([test-hindex], [0], [.....................
 ])
 AT_CLEANUP
 
@@ -112,6 +112,8 @@ AT_CLEANUP
 m4_foreach(
   [testname],
   [[ctz],
+   [round_up_pow2],
+   [round_down_pow2],
    [popcount],
    [log_2_floor],
    [bitwise_copy],