From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DFA6AC4332B for ; Thu, 19 Mar 2020 15:18:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A845120409 for ; Thu, 19 Mar 2020 15:18:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.microsoft.com header.i=@linux.microsoft.com header.b="M38nE3Zt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727425AbgCSPSp (ORCPT ); Thu, 19 Mar 2020 11:18:45 -0400 Received: from linux.microsoft.com ([13.77.154.182]:58986 "EHLO linux.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727352AbgCSPSp (ORCPT ); Thu, 19 Mar 2020 11:18:45 -0400 Received: from [192.168.0.109] (c-73-42-176-67.hsd1.wa.comcast.net [73.42.176.67]) by linux.microsoft.com (Postfix) with ESMTPSA id 253B120B9C02; Thu, 19 Mar 2020 08:18:44 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 253B120B9C02 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1584631124; bh=QXbCMqJK3blmQhRaOihhXcPebuZQScHW8X262FYOfe4=; h=Subject:To:References:From:Date:In-Reply-To:From; b=M38nE3ZtoKkWUdj6nB2QT5AP2l2c4BQB4AeL9vyDG0U/YQ4IOnM8K5cCrPMtfsm9V CIKkufjykyhyabrgAX/fX9rMF2+M7imNNdGIZvxPRVMDNuBPfxWXCDJkpp7nElNAsR mrugHpwEMM3o6/P1an2mNrhnxyVtdcSfWM/BBlAg= Subject: Re: [PATCH v7] ima-evm-utils: Add some tests for evmctl To: Vitaly Chikunov , Mimi Zohar , Dmitry Kasatkin , linux-integrity@vger.kernel.org References: <20190817233348.22349-1-vt@altlinux.org> From: Lakshmi Ramasubramanian Message-ID: <392fed51-095d-2a6f-5eda-317e3bbc8707@linux.microsoft.com> Date: Thu, 19 Mar 2020 08:18:39 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <20190817233348.22349-1-vt@altlinux.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On 8/17/19 4:33 PM, Vitaly Chikunov wrote: Hi Vitaly, I assume this is the latest version of your patch set. I applied the patch. Am seeing the errors given below. Also, are there any other changes in for ima-evm-utils (besides the files listed below)? Please let me know if I am missing something. > .gitignore | 2 +- > Makefile.am | 2 +- > configure.ac | 1 + > tests/.gitignore | 16 +++ > tests/Makefile.am | 12 ++ > tests/functions.sh | 272 ++++++++++++++++++++++++++++++++++++ > tests/gen-keys.sh | 97 +++++++++++++ > tests/ima_hash.test | 80 +++++++++++ > tests/sign_verify.test | 366 +++++++++++++++++++++++++++++++++++++++++++++++++ > 9 files changed, 846 insertions(+), 2 deletions(-) > create mode 100644 tests/.gitignore > create mode 100644 tests/Makefile.am > create mode 100755 tests/functions.sh > create mode 100755 tests/gen-keys.sh > create mode 100755 tests/ima_hash.test > create mode 100755 tests/sign_verify.test ~/ima-evm-utils/$ ./configure config.status: error: cannot find input file: `tests/Makefile.in' ~/ima-evm-utils/$ make Making all in tests make[2]: Entering directory '~/ima-evm-utils/tests' make[2]: *** No rule to make target 'all'. Stop. thanks, -lakshmi