Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / tests / library.at
index ec50e23ab9fd7bbce6b69c623e860185c1d98c69..0765c3f3f55d99c31ba21de1193bbe8334f394b2 100644 (file)
@@ -100,6 +100,20 @@ nibble   0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
 ])
 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])
+
 AT_SETUP([test unix socket -- short pathname])
 AT_CHECK([test-unix-socket x])
 AT_CLEANUP