summaryrefslogtreecommitdiff
path: root/tests/library.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2013-06-28 15:54:40 -0700
committerBen Pfaff <blp@nicira.com>2013-06-28 16:09:36 -0700
commit31a3fc6e3e9ce68d8bfebf65150d9455b9334dda (patch)
tree052b8e4940546c43a090730ee8fe248f1571ccda /tests/library.at
parent42943cdef10197befc9acc8c6fdb632a210c055f (diff)
downloadopenvswitch-31a3fc6e3e9ce68d8bfebf65150d9455b9334dda.tar.gz
ovs-atomic: New library for atomic operations.
This library should prove useful for the threading changes coming up. The following commit introduces one (very simple) user. Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'tests/library.at')
-rw-r--r--tests/library.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/library.at b/tests/library.at
index 532af3bd5..f84a55b31 100644
--- a/tests/library.at
+++ b/tests/library.at
@@ -25,6 +25,10 @@ AT_CHECK([test-hindex], [0], [..................
])
AT_CLEANUP
+AT_SETUP([test atomic operations])
+AT_CHECK([test-atomic])
+AT_CLEANUP
+
AT_SETUP([test linked lists])
AT_CHECK([test-list], [0], [..
])