Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • BIND BIND
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 633
    • Issues 633
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 87
    • Merge requests 87
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source ProjectsISC Open Source Projects
  • BINDBIND
  • Merge requests
  • !4451

Add uv_wrap.h to libisctest_la_SOURCES

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Michal Nowak requested to merge 2327-error-uv_wrap-h-no-such-file-or-directory-on-unit-gcc-tarball-ci-job into main Dec 02, 2020
  • Overview 1
  • Commits 1
  • Pipelines 4
  • Changes 1

uv_wrap.h is included in tcp_test.c and udp_test.c and therefore should be listed in lib/isc/tests/Makefile.am, otherwise unit test run from distribution tarball fails to compile:

tcp_test.c:37:10: fatal error: uv_wrap.h: No such file or directory
 #include "uv_wrap.h"
          ^~~~~~~~~~~

udp_test.c:37:10: fatal error: uv_wrap.h: No such file or directory
 #include "uv_wrap.h"
          ^~~~~~~~~~~

Scheduled pipeline https://gitlab.isc.org/isc-projects/bind9/-/pipelines/58300.

Closes #2327 (closed)

Edited Dec 02, 2020 by Michal Nowak
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 2327-error-uv_wrap-h-no-such-file-or-directory-on-unit-gcc-tarball-ci-job