diff options
Diffstat (limited to 'test/alloc/meson.build')
-rw-r--r-- | test/alloc/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/alloc/meson.build b/test/alloc/meson.build index e69de29..8e8c5cd 100644 --- a/test/alloc/meson.build +++ b/test/alloc/meson.build @@ -0,0 +1,3 @@ +test('memdup', executable('memdup', 'memdup.c', + dependencies : calt +)) |