From c6494bc502db418b3f8ae44ef7e182c998b482c5 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Sat, 13 Jun 2020 22:55:05 +0200 Subject: Meson: add new test --- meson.build | 1 + 1 file changed, 1 insertion(+) 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'], -- cgit v1.2.1