From 2e7b4df9f7dfd6a4a6796cd2fcee010ea78427ea Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 Dec 2023 13:23:51 +0100 Subject: Miscellaneous improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dbe8bcc..7916431 100644 --- a/Makefile +++ b/Makefile @@ -106,6 +106,7 @@ OBJ =\ libsyscalls_get_syscall_display_info.o\ libsyscalls_get_syscall_errors.o\ libsyscalls_get_syscall_range.o\ + libsyscalls_find_named_number.o\ libsyscalls_make_signed_integer.o\ libsyscalls_parse_signed_integer.o\ libsyscalls_perror.o\ @@ -151,6 +152,7 @@ TESTUTILS =\ testutil/section-value.tu\ testutil/strerror-all.tu\ testutil/strerror-bad.tu\ + testutil/test-search.tu\ testutil/to-tracee-endian.tu\ testutil/to-tracer-endian.tu\ testutil/unsection-value.tu -- cgit v1.2.3-70-g09d2