summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rewrite_subs.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc
index 90718fae..724f424d 100644
--- a/test/rewrite_subs.cc
+++ b/test/rewrite_subs.cc
@@ -50,6 +50,8 @@ using namespace dcp;
int
main (int argc, char* argv[])
{
+ dcp::init ();
+
try {
if (argc < 2) {
cerr << "Syntax: " << argv[0] << " <dcp>\n";