diff options
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) |