diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ingen_test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ingen_test.cpp b/tests/ingen_test.cpp index 6f7e2588..ff61d7db 100644 --- a/tests/ingen_test.cpp +++ b/tests/ingen_test.cpp @@ -48,6 +48,8 @@ #include <string> #include <utility> +// #define DUMP_EVENTS 1 + namespace ingen::test { namespace { @@ -171,7 +173,7 @@ run(int argc, char** argv) forge.clear(); forge.read(*world->rdf_world(), cmds->c_obj(), subject.c_obj()); -#if 0 +#ifdef DUMP_EVENTS const LV2_Atom* atom = forge.atom(); cerr << "READ " << atom->size << " BYTES\n"; cerr << sratom_to_turtle( |