diff options
author | 2019-05-21 14:45:30 +0300 | |
---|---|---|
committer | 2019-05-21 14:48:58 +0300 | |
commit | 84bb2d5d08c70558ac36b22f16dec7681e0d8a8e (patch) | |
tree | 56a6cc3e1baf4dbbee466d9f762346047fdeb8f6 /meson.build | |
parent | 9e8751cf426b562ff0357ba265aaa0aeab8904c5 (diff) | |
download | librin-84bb2d5d08c70558ac36b22f16dec7681e0d8a8e.tar.gz librin-84bb2d5d08c70558ac36b22f16dec7681e0d8a8e.tar.bz2 librin-84bb2d5d08c70558ac36b22f16dec7681e0d8a8e.zip |
uuid: new module.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
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 057e6d4..17de118 100644 --- a/meson.build +++ b/meson.build @@ -43,4 +43,5 @@ if get_option('tests') test('time compare more or equal', test_e, args : ['time', 'cmpmoreequal']) test('time compare equal', test_e, args : ['time', 'cmpequal']) test('time compare nonequal', test_e, args : ['time', 'cmpnonequal']) + test('uuid print fromat macros', test_e, args : ['uuid', 'formatmacro']) endif |