11 lines
303 B
Markdown
11 lines
303 B
Markdown
# Testing
|
|
|
|
Each time before we build this module, we need to do a test build of the
|
|
kernel in order to check that the changes we are making won't break
|
|
the kernel build. This can be can be done using the kernel-testing.yaml
|
|
modulemd file:
|
|
|
|
rhpkg module-scratch-build --file kernel-testing.yaml -w
|
|
|
|
|