linux-kernel-module-cheat icon indicating copy to clipboard operation
linux-kernel-module-cheat copied to clipboard

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

Open cirosantilli opened this issue 5 years ago • 0 comments

Currently in LKMC d53ffcff18aa26d24ea34b86fb80e4a5694378dc 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

cirosantilli avatar Mar 13 '20 19:03 cirosantilli