summaryrefslogtreecommitdiff
path: root/tests/automake.mk
diff options
context:
space:
mode:
authorGaetan Rivet <grive@u256.net>2021-09-08 11:47:27 +0200
committerIlya Maximets <i.maximets@ovn.org>2022-01-18 15:12:01 +0100
commitaec1081c7df35e3c11968ffe6bed44de52e9caa7 (patch)
tree6cbe2bbb19df2b34f3548d60bbea0ccfce217eb0 /tests/automake.mk
parent59b8f9f8f474452233fc706910c0d70b07a87b1e (diff)
downloadopenvswitch-aec1081c7df35e3c11968ffe6bed44de52e9caa7.tar.gz
tests: Add ovs-barrier unit test.
No unit test exist currently for the ovs-barrier type. It is however crucial as a building block and should be verified to work as expected. Create a simple test verifying the basic function of ovs-barrier. Integrate the test as part of the test suite. Signed-off-by: Gaetan Rivet <grive@u256.net> Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'tests/automake.mk')
-rw-r--r--tests/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/automake.mk b/tests/automake.mk
index 43731d097..977779765 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -454,6 +454,7 @@ tests_ovstest_SOURCES = \
tests/ovstest.h \
tests/test-aes128.c \
tests/test-atomic.c \
+ tests/test-barrier.c \
tests/test-bundle.c \
tests/test-byte-order.c \
tests/test-classifier.c \