From a61536f9d34daf94b2824eb2f3098df5f732163f Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 14 Jan 2026 23:49:24 +0100 Subject: tests: achieve 100% coverage in library code --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f145bb2..ed1c393 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ +# CAUTION: This Makefile builds ONLY the tests. +# To use this library, see ls_test.h or README.md. + tests/tests: ls_queue.o tests/tests.c tests/ls_test.h $(CC) -o $@ ls_queue.o tests/tests.c -Itests -I. -- cgit