diff options
| author | Dana Jansens <danakj@orodu.net> | 2013-09-01 14:54:51 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2013-09-01 15:15:53 -0400 |
| commit | 047a201498c4a108961a3d38e0707b78be378355 (patch) | |
| tree | 65a1b3476bf8ffd153ec18a11e9aacf29a9c814b /.gitignore | |
| parent | 4c071270749c85b547fefe33c20c151f06df0616 (diff) | |
Fix bugs and add unit tests for BSEARCH()
Also adds running unit tests to the release/go script so we can be
sure that all tests pass before we make a release.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,7 @@ Makefile.in aclocal.m4 autom4te.cache compile +config.cache config.guess config.log config.rpath @@ -107,3 +108,4 @@ obt/tests/bstest obt/tests/ddtest obt/tests/linktest obt/tests/watchtest +obt/obt_unittests |
