From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Date: Mon, 15 Feb 2016 09:36:00 +0000 Subject: Re: [kvm-unit-tests PATCH v3 14/17] powerpc/ppc64: add run script and unittests.cfg Message-Id: <56C19C00.7090109@redhat.com> List-Id: References: <1455380910-30604-1-git-send-email-drjones@redhat.com> <1455380910-30604-15-git-send-email-drjones@redhat.com> In-Reply-To: <1455380910-30604-15-git-send-email-drjones@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Jones , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Cc: dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com, pbonzini@redhat.com On 13.02.2016 17:28, Andrew Jones wrote: > Now that we have all the pieces, pull them together into a > run script (adapted from arm's). To run a test do './powerpc-run > powerpc/test.elf'. To run all tests in unittests.cfg do > './run_tests.sh' > > (We can now run simple unit tests, but they don't quit on their > own yet. Use ^C to quit them.) > > Signed-off-by: Andrew Jones > --- > powerpc/run | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ > powerpc/unittests.cfg | 30 +++++++++++++++++++++++++++++ > 2 files changed, 82 insertions(+) > create mode 100755 powerpc/run > create mode 100644 powerpc/unittests.cfg Reviewed-by: Thomas Huth From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Huth Subject: Re: [kvm-unit-tests PATCH v3 14/17] powerpc/ppc64: add run script and unittests.cfg Date: Mon, 15 Feb 2016 10:36:00 +0100 Message-ID: <56C19C00.7090109@redhat.com> References: <1455380910-30604-1-git-send-email-drjones@redhat.com> <1455380910-30604-15-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dgibson@redhat.com, david@gibson.dropbear.id.au, agraf@suse.de, lvivier@redhat.com, pbonzini@redhat.com To: Andrew Jones , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54476 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752057AbcBOJgG (ORCPT ); Mon, 15 Feb 2016 04:36:06 -0500 In-Reply-To: <1455380910-30604-15-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 13.02.2016 17:28, Andrew Jones wrote: > Now that we have all the pieces, pull them together into a > run script (adapted from arm's). To run a test do './powerpc-run > powerpc/test.elf'. To run all tests in unittests.cfg do > './run_tests.sh' > > (We can now run simple unit tests, but they don't quit on their > own yet. Use ^C to quit them.) > > Signed-off-by: Andrew Jones > --- > powerpc/run | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ > powerpc/unittests.cfg | 30 +++++++++++++++++++++++++++++ > 2 files changed, 82 insertions(+) > create mode 100755 powerpc/run > create mode 100644 powerpc/unittests.cfg Reviewed-by: Thomas Huth