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 interface to get run and test deps #98

Merged
merged 1 commit into from
Feb 7, 2023
Merged

Commits on Feb 7, 2023

  1. Add interface to get run and test deps

    Since tests are identified as a single command, dependencies for tests
    and run are implicitly assumed to be the same as for the Build step,
    including the target binary. This is, however not correct because it
    doesn't account for the fact that we may want to use  a different test
    runner or some additional target that must be compiled before testing,
    but not necessarily in the build step of the target.
    
    With this purpose this change introduces an extendedTestInterface
    and extendedRunInteface where the user may also specify a TestDeps() or
    RunDeps() function to get the dependencies of the test/run step.
    Javier-varez committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    63703bc View commit details
    Browse the repository at this point in the history