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

Add make check target #4002

Merged
merged 7 commits into from
Dec 20, 2018
Merged

Add make check target #4002

merged 7 commits into from
Dec 20, 2018

Commits on Dec 19, 2018

  1. Add make check target

    This adds a "make check" target to perform basic unittests and
    does some minor refactoring of the makefile
    
    The target "make checkstatic" and "make unittests" are also
    added to make it easier to quickly run a smoke test.
    driusan committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    6f0f1f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ba666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29506b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a524ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa8d173 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8b72f8 View commit details
    Browse the repository at this point in the history
  7. Use checkstatic target in Travis

    The unittests fail when invoking the exact same command and needs investigation
    driusan committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    c225385 View commit details
    Browse the repository at this point in the history