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

makefile: run containers/image unit tests #308

Closed
wants to merge 3 commits into from

Commits on Feb 17, 2017

  1. makefile: run containers/image unit tests

    Because containers/image doesn't vendor anything, it has trouble running
    its own tests (it depends on packages which may change in the future).
    To make sure that containers/image _is_ tested with our own vendored
    packages, run its tests as part of our unit tests.
    
    This isn't enabled globally for obvious reasons.
    
    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    0785b33 View commit details
    Browse the repository at this point in the history
  2. makefile: fix up usage of --volume

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    b47fdcc View commit details
    Browse the repository at this point in the history
  3. vendor: add _test.go files

    Signed-off-by: Aleksa Sarai <[email protected]>
    cyphar committed Feb 17, 2017
    Configuration menu
    Copy the full SHA
    3532e95 View commit details
    Browse the repository at this point in the history