Files
libguestfs/test-data/binaries
Richard W.M. Jones 72cfaff5c5 Update copyright dates for 2025
Automated using this command:

perl -pi.bak -e 's/(20[012][0-9])-20[12][01234]/$1-2025/g' `git ls-files`
2025-02-16 17:00:46 +00:00
..
2025-02-16 17:00:46 +00: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.