History log of /external/kmod/testsuite/test-hash.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
22f602c3c5c7275a0554d84c6d19b485f4ca6054 21-Jan-2015 Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> testsuite: add test for growing then shrinking a hash
/external/kmod/testsuite/test-hash.c
9c2d39c73532e22c8df37382e24765d69450f78b 21-Jan-2015 Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> testsuite: add test for hash_add_unique
/external/kmod/testsuite/test-hash.c
5c42c5fcedb3d1ce1de62711870e691cf768f4ca 14-Jan-2015 Lucas De Marchi <lucas.demarchi@intel.com> testsuite: prefer the use of streq()
/external/kmod/testsuite/test-hash.c
dea2dfee9b301da84dbb09cf510b8ebf2ef28fff 26-Dec-2014 Lucas De Marchi <lucas.demarchi@intel.com> Remove FSF mailing address

It has changed in the past, and these days, anyone can get a copy of the
LGPL via the web rather than by post.

Like 657a122 (Remove FSF mailing address) in libabc by Josh Tripplet,
but let the FSF website in which the license can be found.
/external/kmod/testsuite/test-hash.c
4328982058bd6840518ff552a0405bf8f9d73909 09-Oct-2014 Lucas De Marchi <lucas.demarchi@intel.com> testsuite: remove now unused array of tests

Remove the arrays and let each test with a guaranteed unique name.
/external/kmod/testsuite/test-hash.c
f1155c1574b07c1e63cc6a06d51b32bc44bebcc3 09-Oct-2014 Lucas De Marchi <lucas.demarchi@intel.com> Move static keyword to DEFINE_TEST macro
/external/kmod/testsuite/test-hash.c
c2e4286bb98c6bec77575ac0c6f862e7ddf6394f 03-Oct-2014 Lucas De Marchi <lucas.demarchi@intel.com> Reorder and reorganize header files

Let the includes in the following order:

< system headers >
< libkmod >
< tool >
< local headers >
/external/kmod/testsuite/test-hash.c
0db718edcfca1bdaf1369d3cf3773b52fcea1406 03-Oct-2014 Lucas De Marchi <lucas.demarchi@intel.com> Move hash implementation to shared directory
/external/kmod/testsuite/test-hash.c
5963c36da3a80106a1157ab22958f8b8e405c883 06-Jun-2014 Lucas De Marchi <lucas.demarchi@intel.com> testsuite: Add basic tests for hash implementation

Far from complete, but already covers all internal APIs.
/external/kmod/testsuite/test-hash.c