diff options
| author | Mattias Andrée <m@maandree.se> | 2026-05-14 11:59:34 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-05-14 11:59:34 +0200 |
| commit | a64be7b5310c10edb5adc9b25ea1785f629554fb (patch) | |
| tree | bb421e63ee3f91effb0d4988d22ace6aae7282cf /libtest/Makefile | |
| parent | Tests and fixes (diff) | |
| download | librecrypt-a64be7b5310c10edb5adc9b25ea1785f629554fb.tar.gz librecrypt-a64be7b5310c10edb5adc9b25ea1785f629554fb.tar.bz2 librecrypt-a64be7b5310c10edb5adc9b25ea1785f629554fb.tar.xz | |
Fix libtest and add file descriptor leak detection
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libtest/Makefile')
| -rw-r--r-- | libtest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libtest/Makefile b/libtest/Makefile index 75a76cd..952eabf 100644 --- a/libtest/Makefile +++ b/libtest/Makefile @@ -28,6 +28,7 @@ OBJ =\ libtest_stack_on_signal.o\ libtest_get_alloc_failure_in.o\ libtest_set_alloc_failure_in.o\ + libtest_fd_tracking.o\ random.o\ $(OBJ_BACKTRACE)\ |
