aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz/Makefile
diff options
context:
space:
mode:
authorAndrew Scull <ascull@google.com>2022-05-30 10:00:09 +0000
committerTom Rini <trini@konsulko.com>2022-06-23 12:58:18 -0400
commit36f641c54e1ad7f08552fe51f9826c1a27b662f9 (patch)
tree2740cd9df93ae778ca0861432985bf76bf0cdf3d /test/fuzz/Makefile
parent3f807c6b81219555ac964f2623cfcbd1103151fa (diff)
downloadu-boot-36f641c54e1ad7f08552fe51f9826c1a27b662f9.zip
u-boot-36f641c54e1ad7f08552fe51f9826c1a27b662f9.tar.gz
u-boot-36f641c54e1ad7f08552fe51f9826c1a27b662f9.tar.bz2
test: fuzz: Add framework for fuzzing
Add the basic infrastructure for declaring fuzz tests and a command to invoke them. Signed-off-by: Andrew Scull <ascull@google.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/fuzz/Makefile')
-rw-r--r--test/fuzz/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fuzz/Makefile b/test/fuzz/Makefile
new file mode 100644
index 0000000..03eeeeb
--- /dev/null
+++ b/test/fuzz/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (c) 2022 Google, Inc.
+# Written by Andrew Scull <ascull@google.com>
+#
+
+obj-$(CONFIG_$(SPL_)CMDLINE) += cmd_fuzz.o