diff options
author | 2019-05-21 14:45:30 +0300 | |
---|---|---|
committer | 2019-05-21 14:48:58 +0300 | |
commit | 84bb2d5d08c70558ac36b22f16dec7681e0d8a8e (patch) | |
tree | 56a6cc3e1baf4dbbee466d9f762346047fdeb8f6 /test/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 'test/meson.build')
-rw-r--r-- | test/meson.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build index bae6851..8070f27 100644 --- a/test/meson.build +++ b/test/meson.build @@ -3,7 +3,8 @@ test_filenames = [ 'test.c', 'float.c', 'diagnostic.c', - 'time.c' + 'time.c', + 'uuid.c' ] test_sources = files(test_filenames) |