]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libfrog/crc32cselftest.h
libfrog: move crc32c selftest buffer into a separate file
authorDarrick J. Wong <djwong@kernel.org>
Thu, 6 Apr 2023 00:07:56 +0000 (17:07 -0700)
committerCarlos Maiolino <cem@kernel.org>
Fri, 21 Apr 2023 09:15:45 +0000 (11:15 +0200)
commitd8a19f2986c0f65c5ed02110192f3fd5f86e2b32
treee24e9863bd704b0b3f951001cbac2c30dbe89456
parenta61d6360dd9a440a7d77d911d44eafd328eaa169
libfrog: move crc32c selftest buffer into a separate file

Move the random buffer used for selftests into a separate file so that
we can link to it from multiple places.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libfrog/Makefile
libfrog/crc32cselftest.h
libfrog/randbytes.c [new file with mode: 0644]
libfrog/randbytes.h [new file with mode: 0644]