diff options
author | Eric Anholt <eric@anholt.net> | 2016-03-01 23:50:14 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-03-02 14:17:15 -0800 |
commit | c7d7de473cd50f7e52ca02416ee5cb524d8866ff (patch) | |
tree | c0d23563712036b2c45d89cdc3773e6070da9bb3 /tests/Makefile.am | |
parent | a954e5925b2cd9afc86c087a85a3b5b9f2a0ef58 (diff) |
Add a testcase for a bug that was introduced in Mesa.
This tree doesn't have the bug, but I'd like to bring the change that
was buggy over.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 13ba89f..d0b4e9f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,6 +28,7 @@ TESTS = \ collision \ delete_and_lookup \ delete_management \ + deleted_key \ destroy_callback \ insert_and_lookup \ insert_many \ |