Lakshmi, On Thu, Mar 19, 2020 at 08:18:39AM -0700, Lakshmi Ramasubramanian wrote: > > 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. Please run autogen.sh twice before running configure. Thanks, > > thanks, > -lakshmi