diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2019-05-21 17:38:47 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-05-29 18:00:58 -0400 |
commit | ab50f22309a17c772c51931940596e707c200739 (patch) | |
tree | b4c78f325da4ee7e0cc9f721c4ab08522710f0e0 /tests/bios-tables-test-allowed-diff.h | |
parent | 386cff49ebd1748b0319c88e5282236f9e56b81b (diff) | |
download | qemu-ab50f22309a17c772c51931940596e707c200739.zip qemu-ab50f22309a17c772c51931940596e707c200739.tar.gz qemu-ab50f22309a17c772c51931940596e707c200739.tar.bz2 |
bios-tables-test: add diff allowed list
Expected table change is then handled like this:
1. add table to diff allowed list
2. change generating code (can be combined with 1)
3. maintainer runs a script to update expected +
blows away allowed diff list
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests/bios-tables-test-allowed-diff.h')
-rw-r--r-- | tests/bios-tables-test-allowed-diff.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bios-tables-test-allowed-diff.h b/tests/bios-tables-test-allowed-diff.h new file mode 100644 index 0000000..dfb8523 --- /dev/null +++ b/tests/bios-tables-test-allowed-diff.h @@ -0,0 +1 @@ +/* List of comma-separated changed AML files to ignore */ |