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

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

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2019 06:35PM UTC
Files 1729
Run time 5min
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.359%. Remained the same
WITH_CRYPTO=gcrypt 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>

17059 of 20222 relevant lines covered (84.36%)

183.64 hits per line

Source Files on job 1854.5 (WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable)
  • Tree
  • List 0
  • Changed 924
  • Source Changed 924
  • Coverage Changed 924
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 971
  • Travis Job 1854.5
  • b7b42326 on github
  • Prev Job for WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1853.5)
  • Next Job for WITH_CRYPTO=gcrypt OPENSSL_BRANCH=OpenSSL_1_0_2-stable on master (#1859.5)
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