diff options
author | Caio Marcelo de Oliveira Filho <[email protected]> | 2018-07-06 11:26:13 -0700 |
---|---|---|
committer | Rafael Antognolli <[email protected]> | 2018-07-12 14:03:51 -0700 |
commit | 8af0a45b4701aa99616b6d5975025ce793172a9c (patch) | |
tree | f8f0b240cc1f9aad5e6d5f36e65f5d3c97b0b734 /src/util/meson.build | |
parent | 2e0b00ab7d135f393c0cf7531317100f91725ffc (diff) |
util/set: add a basic unit test
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r-- | src/util/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build index 1838719d271..8c91be8539c 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -164,4 +164,5 @@ if with_tests subdir('tests/hash_table') subdir('tests/string_buffer') subdir('tests/vma') + subdir('tests/set') endif |