summaryrefslogtreecommitdiff
path: root/dbug/tests.c
Commit message (Collapse)AuthorAgeFilesLines
* skip dbug tests if DBUG_OFFunknown2008-02-131-5/+7
| | | | | include/my_dbug.h: warnings
* dbug: function/ (a.k.a. SUBDIR) syntax unknown2008-02-031-2/+14
| | | | | | | | | | | | | | | | dbug/dbug.c: function/ (a.k.a. SUBDIR) syntax dbug/tests-t.pl: 1. add support for test comments 2. add test comments 3. move tests around 4. add SUBDIR tests dbug/tests.c: support code for SUBDIR testing include/my_dbug.h: comments. change in _db_set_ prototype dbug/user.r: negative lists and function/ syntax.
* negative lists in dbug (-#-d,info => everything but "info").unknown2008-02-011-0/+73
unit tests for dbug dbug/Makefile.am: unit tests for dbug dbug/dbug.c: negative lists (-#-d,info => everything but "info") include/my_dbug.h: negative lists (-#-d,info => everything but "info") unittest/Makefile.am: unit tests for dbug dbug/tests-t.pl: unit tests for dbug dbug/tests.c: unit tests for dbug