mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
tests/qtest/migration: Split compression tests from migration-test.c
Continuing the split of groups of tests from migration-test.c, split the compression tests into their own file. Reviewed-by: Peter Xu <peterx@redhat.com> Signed-off-by: Fabiano Rosas <farosas@suse.de>
This commit is contained in:
parent
979ee2a76f
commit
932f74f3fe
4 changed files with 242 additions and 160 deletions
|
@ -220,5 +220,6 @@ void migration_test_add_tls(MigrationTestEnv *env);
|
|||
#else
|
||||
static inline void migration_test_add_tls(MigrationTestEnv *env) {};
|
||||
#endif
|
||||
void migration_test_add_compression(MigrationTestEnv *env);
|
||||
|
||||
#endif /* TEST_FRAMEWORK_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue