Skip to content

Add --build-dependencies to ./run scripts to automatically build whatever is neede dto run #116

@cirosantilli

Description

@cirosantilli

Currently in LKMC d53ffcf for tests is is already a bit wonky to determine what has to be built.

What we have to do is to have a full proper dependency graph, and when user does:

./run --build-dependencies

it automatically downloads and builds whatever is needed.

Then we can get rid of ./build and everyone will be happy.

The gem5 2019 new build system basically does that for gem5 builds alone: https://stackoverflow.com/questions/52279971/how-to-run-the-gem5-unit-tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions