From d73919a0c717d4f4b6b7c50789f20432ec936361 Mon Sep 17 00:00:00 2001 From: Clement Sibille Date: Mon, 20 May 2024 01:02:14 +0900 Subject: Add missing tests for memory module --- meson.build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index b640bf1..1918463 100644 --- a/meson.build +++ b/meson.build @@ -14,3 +14,5 @@ test_string = executable('test_string', 'tests/test_runner.c', 'tests/string.c', test('test_string', test_string) test_bytes = executable('test_bytes', 'tests/test_runner.c', 'tests/bytes.c', dependencies: [lisiblestd_dep]) test('test_bytes', test_bytes) +test_memory = executable('test_memory', 'tests/test_runner.c', 'tests/memory.c', dependencies: [lisiblestd_dep]) +test('test_memory', test_memory) -- cgit v1.2.3