summaryrefslogtreecommitdiffstats
path: root/test/meson.build
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2018-11-16 19:56:10 -0800
committerWilliam A. Kennington III <wak@google.com>2019-03-29 21:14:57 +0000
commitbff0b0fe903868a08f18d170a308e76d497b7fbb (patch)
tree95af1ab6c7b68cdb932bcb28c6e6773fc904871f /test/meson.build
parente847ef8bbd5accd36a3287c686894418721c6798 (diff)
downloadstdplus-bff0b0fe903868a08f18d170a308e76d497b7fbb.tar.gz
stdplus-bff0b0fe903868a08f18d170a308e76d497b7fbb.zip
util/cexec: Implement exception helpers
See src/stdplus/util/cexec.hpp callCheckErrno for the motivation behind this change. Change-Id: I0225b87398b632624f2ef8ccd6c00b5dd6b7e056 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build
index cc3d12d..f11864e 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -5,6 +5,7 @@ tests = [
'signal',
'handle/copyable',
'handle/managed',
+ 'util/cexec',
]
foreach t : tests
OpenPOWER on IntegriCloud