From b7e8928005079171c7595fd336a76f655daed48a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 10 May 2026 13:37:34 +0200 Subject: Improvements to libtest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libtest/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libtest/Makefile') diff --git a/libtest/Makefile b/libtest/Makefile index 1bb870b..86b30ed 100644 --- a/libtest/Makefile +++ b/libtest/Makefile @@ -11,6 +11,7 @@ include ../mk/$(OS).mk OBJ =\ + $(OBJ_MMAP)\ alloc.o\ alloc_have_custom.o\ globals.o\ @@ -24,7 +25,10 @@ OBJ =\ libtest_start_tracking.o\ libtest_stop_tracking.o\ libtest_dump_stack.o\ - $(OBJ_BACKTRACE) + libtest_stack_on_signal.o\ + libtest_get_alloc_failure_in.o\ + libtest_set_alloc_failure_in.o\ + $(OBJ_BACKTRACE)\ HDR =\ libtest.h\ -- cgit v1.2.3-70-g09d2