summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Add a testcase for the replacement bug fixed in the previous commit.Eric Anholt1-0/+1
2016-03-02Add a testcase for a bug that was introduced in Mesa.Eric Anholt1-0/+1
2013-10-25Fix out-of-tree build.Eric Anholt1-1/+1
2013-10-25Add a new int-set structure for a set of integersCarl Worth1-1/+1
2013-10-25Standardize language for license blurbs.Carl Worth1-7/+8
2012-11-06Add a test case for handling of collisions.Eric Anholt1-0/+1
2011-08-18Add a set implementation derived from the hash_table implementation.Eric Anholt1-0/+2
2011-08-18Make hash_table_remove(ht, NULL) do nothing instead of segfault.Eric Anholt1-0/+1
2011-08-18Add defined behavior for inserts with matching keys, and a test.Eric Anholt1-0/+1
2009-11-23Add a testcase for the upcoming deletion management code.Eric Anholt1-0/+1
2009-11-23Add an interface for choosing a random hash table entry with a predicate.Eric Anholt1-0/+1
2009-11-23destroy_callback: New test for the destroy hashtable callback.Eric Anholt1-0/+1
2009-11-23New test for expanding the hash table and not losing entries.Eric Anholt1-0/+1
2009-11-23Add a new test for removal of keys from the ht, and fix up API naming.Eric Anholt1-0/+1
2009-11-23Add testing infrastructure.Eric Anholt1-0/+29