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

tpm2-software / tpm2-tcti-uefi / 168
91%

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

pending completion
168

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

Jobs
ID Job ID Ran Files Coverage
2 168.2 (SCANBUILD= CONFIG_EXTRA="--enable-code-coverage" MAKE_TARGET=check) 15 Mar 2019 02:12PM UTC 0
100.0
Travis Job 168.2
Source Files on build 168
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #168
  • 131889d1 on github
  • Prev Build on master (#166)
  • Next Build on master (#172)
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