gtest: Add a testcase wrapper for handling tmpdirs
This makes it trivial to have a pristine temp directory on every test
case execution. Just derive from the provided class.
Change-Id: I5355914cdedc482eddd0749a9ccc10fc93de6571
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meson_options.txt b/meson_options.txt
index 37c428a..d5ac248 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
option('dl', type: 'feature', description: 'libdl wrapper support')
option('fd', type: 'feature', description: 'Managed file descriptor support')
option('io_uring', type: 'feature', description: 'io_uring wrapper support')
+option('gtest', type: 'feature', description: 'Build googletest support library')
option('tests', type: 'feature', description: 'Build tests')
option('examples', type: 'boolean', value: true, description: 'Build examples')