mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
1c9acb8eed
Now that we have tests for kernel-specific functionality, we should run them on various kernel versions. This adds a script for doing so using QEMU with a pre-built root filesystem image and kernels that I'm hosting on my Dropbox. The script can be run locally, but this also sets it up to be run on Travis. For now, we're testing the mainline, stable, and longterm releases from kernel.org (not including v3.16, which doesn't even boot for me).
4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
recursive-include docs *.py *.rst
|
|
recursive-include tests *.py
|
|
recursive-include scripts/vmtest *.py *.rst *.sh
|