Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script to set us up for building all of our headers by themselves #1616

Closed
wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
3 participants
@nmathewson
Copy link
Contributor

@nmathewson nmathewson commented Dec 18, 2019

This script makes a directory called "test_headers", then populates
it with one C file for each header. The C file defines all of the
*_PRIVATE macros listed in the header, and then includes the header.

The script also makes a Makefile in this directory that tries to
build every C file it generates.

This script is not production-ready: it does not handle out-of-tree
operation, and doesn't look at the flags actually set by autoconf.

This script makes a directory called "test_headers", then populates
it with one C file for each header.  The C file defines all of the
*_PRIVATE macros listed in the header, and then includes the header.

The script also makes a Makefile in this directory that tries to
build every C file it generates.

This script is not production-ready: it does not handle out-of-tree
operation, and doesn't look at the flags actually set by autoconf.
@coveralls
Copy link

@coveralls coveralls commented Dec 18, 2019

Pull Request Test Coverage Report for Build 7593

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 63.015%

Totals Coverage Status
Change from base Build 7592: 0.0%
Covered Lines: 49557
Relevant Lines: 78643

💛 - Coveralls

@torproject-pusher torproject-pusher deleted the branch torproject:master May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment