diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2020-06-13 22:55:05 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2020-06-13 22:55:05 +0200 |
commit | c6494bc502db418b3f8ae44ef7e182c998b482c5 (patch) | |
tree | 260d93666b6b8f14876845dc3844fab24527bb74 | |
parent | d36b9d032d0f646c45e3d9d0dafcf19c79361b18 (diff) | |
download | libnitrokey-c6494bc502db418b3f8ae44ef7e182c998b482c5.tar.gz libnitrokey-c6494bc502db418b3f8ae44ef7e182c998b482c5.tar.bz2 |
Meson: add new test
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index dc34a97..c758a7a 100644 --- a/meson.build +++ b/meson.build @@ -155,6 +155,7 @@ if get_option('tests') ['test2', 'test2.cc'], ['test3', 'test3.cc'], ['test_HOTP', 'test_HOTP.cc'], + ['test_memory', 'test_memory.c'], ['test_issues', 'test_issues.cc'], ['test_multiple_devices', 'test_multiple_devices.cc'], ['test_strdup', 'test_strdup.cpp'], |