Add a simple test for LFSR generator
authorAlex Pyrgiotis <apyrgio@grnet.gr>
Fri, 8 Mar 2013 12:37:04 +0000 (14:37 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Mar 2013 18:10:13 +0000 (19:10 +0100)
commit7a887ffeace126e7b7b5b8122799c007d8b1068c
treeb334c5a549af2205ecd09d0eab191c2b8e91b128
parentd474cbc9ba33448848b50cc697622a402e91e33e
Add a simple test for LFSR generator

Adds a simple test suite to check the speed of the LFSR
generator and verify its results. Just run:

    make t/lfsr-test
    ./t/lfsr-test

to compile the test suite and print its usage

Signed-off-by: Alex Pyrgiotis <apyrgio@grnet.gr>
 create mode 100644 t/lfsr-test.c
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
t/lfsr-test.c [new file with mode: 0644]