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

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

Build:
DEFAULT BRANCH: master
Ran 28 Jan 2019 06:17PM UTC
Files 1729
Run time 2min
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.305%. Remained the same
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>

17027 of 20197 relevant lines covered (84.3%)

184.15 hits per line

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