diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-28 17:13:47 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-28 17:13:47 +0000 |
| commit | 558e213ab496ccb7949dab36aeb60149d3137d99 (patch) | |
| tree | a5f7bc77e05278d54ce3ae27af57d0da4fd708e4 /meson.build | |
| parent | ee5b3c8166be03876286508babfacde6d0a6cf54 (diff) | |
| download | gentoo-utils-558e213ab496ccb7949dab36aeb60149d3137d99.tar.gz | |
add porthole tests to meson
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 7bc2184..9e353d5 100644 --- a/meson.build +++ b/meson.build @@ -22,6 +22,7 @@ gentoo_utils = static_library( if get_option('tests').enabled() rust.test('unittests', gentoo_utils) + subdir('tests') endif if get_option('fuzz').enabled() |
