diff options
author | Masami Hiramatsu <mhiramat@kernel.org> | 2020-01-10 19:04:07 +0300 |
---|---|---|
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | 2020-01-13 21:19:39 +0300 |
commit | 081c65360bd817672d0753fdf68ab34802d7a81d (patch) | |
tree | 66374807d12984fa95827d7cd79ceb3fecb66964 /tools/bootconfig/Makefile | |
parent | 950313ebf79c65702f4c15d29328147766d1f1fd (diff) | |
download | linux-081c65360bd817672d0753fdf68ab34802d7a81d.tar.xz |
tools: bootconfig: Add bootconfig test script
Add a bootconfig test script to ensure the tool and
boot config parser are working correctly.
Link: http://lkml.kernel.org/r/157867224728.17873.18114241801246589416.stgit@devnote2
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to 'tools/bootconfig/Makefile')
-rw-r--r-- | tools/bootconfig/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootconfig/Makefile b/tools/bootconfig/Makefile index 681b7aef3e44..a6146ac64458 100644 --- a/tools/bootconfig/Makefile +++ b/tools/bootconfig/Makefile @@ -16,5 +16,8 @@ bootconfig: ../../lib/bootconfig.c main.c $(HEADER) install: $(PROGS) install bootconfig $(DESTDIR)$(bindir) +test: bootconfig + ./test-bootconfig.sh + clean: $(RM) -f *.o bootconfig |