aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLion Kortlepel <[email protected]>2026-01-14 23:49:24 +0100
committerLion Kortlepel <[email protected]>2026-01-14 23:49:24 +0100
commita61536f9d34daf94b2824eb2f3098df5f732163f (patch)
tree7fa1ef16c951e3484d46ec1aef0930957a7c10f1 /Makefile
parentca071e9ee92ea9eb139726bf8fa5433ad374fba8 (diff)
downloadqueue-a61536f9d34daf94b2824eb2f3098df5f732163f.tar.zst
queue-a61536f9d34daf94b2824eb2f3098df5f732163f.zip
tests: achieve 100% coverage in library code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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.