From 5a8d1f09e8ebd4b48dd0aaf52502d0677b80085a Mon Sep 17 00:00:00 2001 From: Katsuya Horigome Date: Mon, 27 Nov 2017 19:39:16 +0900 Subject: [PATCH] add test/dump/README --- test/dump/README | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/dump/README diff --git a/test/dump/README b/test/dump/README new file mode 100644 index 00000000..2342f05f --- /dev/null +++ b/test/dump/README @@ -0,0 +1,23 @@ +=================== +Advance preparation +=================== +1)Implement patch of destroy_mem.patch +cd mckernel +patch -p0 < destroy_mem.patch +make +make install + + +2)Compile command execution processing +cd mckernel/test/dump/mcexec_test_proc/ +make + +========== +How to run +========== +#Run McKernel led dump test +./go_mck_dump_test.sh + +#Run Linux led dump test +./go_linux_dump_test.sh +