test,base: Added GTest for base/loader/image_file_data.cc

image_file_data.cc reads an image file, or an image file compressed with
gzip. Mock image file data, and that data in a gzipped state, has been
included in base/loader/small_image_file.test.hh to aid testing.

Change-Id: I69691b93ca03c34d6bd736cbc5c6503115bd7b3f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22743
Reviewed-by: Daniel Carvalho <odanrc@yahoo.com.br>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
Bobby R. Bruce
2019-11-12 18:57:36 -08:00
parent fb888a48f5
commit cbdf361f3f
3 changed files with 253 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ Source('loader/dtb_file.cc')
Source('loader/ecoff_object.cc')
Source('loader/elf_object.cc')
Source('loader/image_file_data.cc')
GTest('loader/image_file_data.test', 'loader/image_file_data.test.cc',
'loader/image_file_data.cc')
Source('loader/memory_image.cc')
Source('loader/object_file.cc')
Source('loader/symtab.cc')