mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-21 08:47:02 +00:00
24b53f2702
We currently only have one test resource file, sample.coredump.zst, but the tests for #332 will add more. Create a package, tests.resources, to contain test resources and a function, get_resource(), to decompress them. It can also be used on the command line: python3 -m tests.resources $resource_name Signed-off-by: Omar Sandoval <osandov@osandov.com>
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
recursive-include docs *.css *.ico *.png *.py *.rst
|
|
recursive-include tests *.py
|
|
recursive-include tests/resources *.zst
|
|
include tests/linux_kernel/kmod/Makefile tests/linux_kernel/kmod/drgn_test.c
|
|
recursive-include contrib *.py *.rst
|
|
recursive-include tools *.py *.rst
|
|
recursive-include vmtest *.c *.py *.rst
|
|
recursive-include vmtest/patches *.patch
|
|
recursive-include LICENSES *.txt
|
|
include .flake8 CONTRIBUTING.rst COPYING pytest.ini util.py
|