summaryrefslogtreecommitdiff
path: root/include/test.mk
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2021-03-09 11:56:31 -0500
committerPeter Jones <pjones@redhat.com>2021-03-10 15:54:20 -0500
commitbbdfa72a0a5f8d5a8dd4a47e67195504a22ece5b (patch)
treedf55ee07b51932f866a25967b18536dc29321073 /include/test.mk
parent9beca885c29c77bb901547321a5ce6fd3c9c8ee3 (diff)
downloadefi-boot-shim-bbdfa72a0a5f8d5a8dd4a47e67195504a22ece5b.tar.gz
efi-boot-shim-bbdfa72a0a5f8d5a8dd4a47e67195504a22ece5b.zip
Add some test cases, and make "make test" actually work.
Note the one test case I'm not 100% sure about. Someone let me know. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/test.mk')
-rw-r--r--include/test.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/test.mk b/include/test.mk
index 735d0dc5..542be176 100644
--- a/include/test.mk
+++ b/include/test.mk
@@ -35,6 +35,7 @@ test-random.h:
xxd -i random.bin test-random.h
test-sbat_FILES = csv.c
+test-str_FILES = lib/string.c
tests := $(patsubst %.c,%,$(wildcard test-*.c))