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

Automatic tests and examples #102

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Commits on Nov 18, 2019

  1. Initial version of automatic tests and examples.

    - added Target_Stub class which contain information from initial scans
    - stubs are used to create targets after creating full dependency graph
    - also fixed targets parsing flags
    GPMueller committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    e6e430a View commit details
    Browse the repository at this point in the history
  2. Fixed incorrect import.

    GPMueller committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    45e2352 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4991e45 View commit details
    Browse the repository at this point in the history
  4. Added --version and --runtests CLI flags.

    The second will run all tests discovered by all projects (this assumes the tests were built).
    GPMueller committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    6f94e3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e73b066 View commit details
    Browse the repository at this point in the history
  6. Minor changes to automatic tests and examples.

    - added printing of test output to automatic test run
    - changed names of tests and examples, moving the library name from the name to the identifier
    - moved target_dont_build_list from project to build function
    GPMueller committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    6bbde3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37df1db View commit details
    Browse the repository at this point in the history