Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / tests / library.at
index 70660a2569f943a47b4d3d1b7b8122c0cc93cb84..0765c3f3f55d99c31ba21de1193bbe8334f394b2 100644 (file)
@@ -103,12 +103,14 @@ AT_CLEANUP
 m4_foreach(
   [testname],
   [[ctz],
+   [popcount],
    [log_2_floor],
    [bitwise_copy],
    [bitwise_zero],
    [bitwise_one],
    [bitwise_is_all_zeros]],
   [AT_SETUP([testname[()] function])
+   AT_KEYWORDS([testname])
    AT_CHECK([test-util testname], [0], [], [])
    AT_CLEANUP])