diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-26 21:30:08 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-26 21:30:08 +0200 |
commit | 7cc8b8254feeda7f26ee0b0a187f34c5d8e52b34 (patch) | |
tree | d51294372822383de65f67dac8e6b2d2989fcca0 /o3tl/CppunitTest_o3tl_tests.mk | |
parent | 1061875d6747f3cb89466aa6df568620a7ddfa05 (diff) |
Add test for o3tl::saturating_add
Change-Id: I19bb1d566bd80f859810b4023d965c8fd80b98f2
Diffstat (limited to 'o3tl/CppunitTest_o3tl_tests.mk')
-rw-r--r-- | o3tl/CppunitTest_o3tl_tests.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3tl/CppunitTest_o3tl_tests.mk b/o3tl/CppunitTest_o3tl_tests.mk index e8fd27095b06..9d802b98e167 100644 --- a/o3tl/CppunitTest_o3tl_tests.mk +++ b/o3tl/CppunitTest_o3tl_tests.mk @@ -31,6 +31,7 @@ $(eval $(call gb_CppunitTest_add_exception_objects,o3tl_tests,\ o3tl/qa/test-cow_wrapper \ o3tl/qa/test-enumarray \ o3tl/qa/test-lru_map \ + o3tl/qa/test-safeint \ o3tl/qa/test-sorted_vector \ o3tl/qa/test-string_view \ o3tl/qa/test-typed_flags \ |