Files
libguestfs/test-data/binaries
Pino Toscano 55bf7de97c Update copyright dates for 2017
Run the following command over the source:

  perl -pi.bak -e 's/(20[01][0-9])-2016/$1-2017/g' `git ls-files`

(Thanks Rich for the perl snippet, as used in past years.)
2017-01-03 16:48:21 +01:00
..
2017-01-03 16:48:21 +01:00

The bin-* and lib-* files are used for testing the
guestfs_file_architecture API.

The bin-* files are generated from empty source files (ie.
"main(){}") on the respective architectures.

The lib-* files are generated from a (really) empty source file called
lib.c which is linked into a library using gcc -shared on the
respective architectures.

If you are concerned that these binary files "lack source" then you
can just remove them, but you may need to patch out various tests.