• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tpm2-software / tpm2-tss / 1854 / 9
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2019 06:53PM UTC
Files 1729
Run time 6min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

28 Jan 2019 05:18PM UTC coverage: 84.308%. Remained the same
WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable

push

travis-ci

tstruk
build: ensure aminclude_static.am always exists

Since #1238 landed I'm seeing:

    $ ./bootstrap -I /usr/share/gnulib/m4/
    Generating file lists: src_vars.mk
    automake: error: cannot open < aminclude_static.am: No such file or directory
    autoreconf: automake failed with exit status: 1

This is because Automake supports an include directive[1] while generating
the Makefile. The preprocessing step of running automake over the
Makefile.am is trying to include the file (regardless of the conditional,
because this isn't make which is running) and dies because the
aminclude_static.am doesn't exist.

Therefore call AX_ADD_AM_MACRO_STATIC with an empty argument in
configure.ac to ensure the file is always present.

Thanks to Jonas Witschel for the pointer to AX_ADD_AM_MACRO_STATIC

Fixes #1255

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>

17031 of 20201 relevant lines covered (84.31%)

184.12 hits per line

Source Files on job 1854.9 (WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable)
  • Tree
  • List 0
  • Changed 1004
  • Source Changed 1004
  • Coverage Changed 1002
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 971
  • Travis Job 1854.9
  • b7b42326 on github
  • Prev Job for WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1853.9)
  • Next Job for WITH_TCTI_ASYNC=yes WITH_TCTI_PARTIAL=no WITH_CRYPTO=ossl OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1859.9)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc