From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe REYNES Date: Mon, 20 Jul 2020 16:29:56 +0200 (CEST) Subject: [PATCH v2 8/8] test: dm: add a test for class button In-Reply-To: References: <1594988547-24010-1-git-send-email-philippe.reynes@softathome.com> <1594988547-24010-8-git-send-email-philippe.reynes@softathome.com> Message-ID: <2026286228.536309.1595255396818.JavaMail.zimbra@softathome.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, > Hi Philippe, > > On Fri, 17 Jul 2020 at 06:22, Philippe Reynes > wrote: >> >> Add a test to confirm that we can read button state >> using the button-gpio driver. >> >> Signed-off-by: Philippe Reynes >> --- >> Changelog: >> v2: >> - new commit in the serie >> >> test/dm/Makefile | 1 + >> test/dm/button.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 2 files changed, 75 insertions(+) >> create mode 100644 test/dm/button.c > > This seems to fail with 'make qcheck'. Can you please take a look? > I've left it unapplied for now. I've tried to reproduce this issue, but make qcheck don't work for me. I have some issues with test for binman, patman, and dtoc. Could you provide me the log of the issue with 'make qcheck' please ? > Regards, > Simon Regards, Philippe