aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzczepan Zalega <szczepan@nitrokey.com>2020-06-13 22:55:05 +0200
committerSzczepan Zalega <szczepan@nitrokey.com>2020-06-13 22:55:05 +0200
commitc6494bc502db418b3f8ae44ef7e182c998b482c5 (patch)
tree260d93666b6b8f14876845dc3844fab24527bb74
parentd36b9d032d0f646c45e3d9d0dafcf19c79361b18 (diff)
downloadlibnitrokey-c6494bc502db418b3f8ae44ef7e182c998b482c5.tar.gz
libnitrokey-c6494bc502db418b3f8ae44ef7e182c998b482c5.tar.bz2
Meson: add new test
-rw-r--r--meson.build1
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'],