Mercurial > hg > audiodb
annotate accumulators.h @ 497:9d8aee621afb api-inversion
More libtests fixups.
Include audiodb_close() calls everywhere (whoops).
Add the facility to run tests under valgrind. Unfortunately the
error-exitcode flag doesn't actually cause an error exit if the only
thing wrong is memory leaks, but it will if there are actual memory
errors, which is a start.
author | mas01cr |
---|---|
date | Sat, 10 Jan 2009 16:07:43 +0000 |
parents | 166312a124bc |
children |
rev | line source |
---|---|
mas01cr@420 | 1 #ifndef ACCUMULATORS_H |
mas01cr@420 | 2 #define ACCUMULATORS_H |
mas01cr@420 | 3 |
mas01cr@420 | 4 #include <string> |
mas01cr@420 | 5 #include <set> |
mas01cr@420 | 6 #include <queue> |
mas01cr@420 | 7 #include <map> |
mas01cr@420 | 8 #include <functional> |
mas01cr@420 | 9 |
mas01cr@420 | 10 #include "accumulator.h" |
mas01cr@420 | 11 #include "dbaccumulator.h" |
mas01cr@420 | 12 #include "pertrackaccumulator.h" |
mas01cr@420 | 13 #include "nearestaccumulator.h" |
mas01cr@420 | 14 |
mas01cr@420 | 15 #endif |