diff options
| author | Lion Kortlepel <[email protected]> | 2026-01-14 23:49:24 +0100 |
|---|---|---|
| committer | Lion Kortlepel <[email protected]> | 2026-01-14 23:49:24 +0100 |
| commit | a61536f9d34daf94b2824eb2f3098df5f732163f (patch) | |
| tree | 7fa1ef16c951e3484d46ec1aef0930957a7c10f1 /Makefile | |
| parent | ca071e9ee92ea9eb139726bf8fa5433ad374fba8 (diff) | |
| download | queue-a61536f9d34daf94b2824eb2f3098df5f732163f.tar.zst queue-a61536f9d34daf94b2824eb2f3098df5f732163f.zip | |
tests: achieve 100% coverage in library code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
