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

tpm2-software / tpm2-tcti-uefi / 168 / 2
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 15 Mar 2019 02:12PM UTC
Files 7
Run time 0s
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

15 Mar 2019 01:57PM UTC coverage: 100.0%. Remained the same
SCANBUILD= CONFIG_EXTRA="--enable-code-coverage" MAKE_TARGET=check

push

travis-ci

Philip Tricca
configure.ac: tweak usage of AC_ARG_ENABLE

For AC_ARG_ENABLE(x, y, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND),
when ACTION-IF-FOUND and ACTION-IF-NOT-FOUND are not provided, that is
AC_ARG_ENABLE(x, y) is in configure.ac, and
  “./configure” is called, the variable enable_x is not set,
                that is ${enable_x+set} != set;
  "./configure --enable-x" is called, the variable enable_x is set to "yes";
  "./configure --disable-x" is called, the variable enable_x is set to "no".

For features disabled by default, the only thing that matters is, if the user
calls “./configure --enable-x”, that is, if enable_x is "yes".  enable_x being
not set, or being "no" is the same state.

On “./configure --help” printing “--enable-x” implies that feature X is
disabled by default and the help instructs the user how to enable the feature.
Printing --disable-X would imply the opposite.

Signed-Off-By: Дилян Палаузов <git-dpa@aegee.org>

105 of 105 relevant lines covered (100.0%)

4.03 hits per line

Source Files on job 168.2 (SCANBUILD= CONFIG_EXTRA="--enable-code-coverage" MAKE_TARGET=check)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 5
  • Travis Job 168.2
  • 131889d1 on github
  • Prev Job for SCANBUILD= CONFIG_EXTRA="--enable-code-coverage" MAKE_TARGET=check on master (#166.2)
  • Next Job for SCANBUILD= CONFIG_EXTRA="--enable-code-coverage" MAKE_TARGET=check on master (#172.2)
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