From b511420d55c99fb72cf1ca5cd7dedf53010e8941 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 22 Dec 2012 22:32:07 +0000 Subject: Fix numerous bugs in subtitle XML generation. --- test/wscript | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/wscript') diff --git a/test/wscript b/test/wscript index 14534bd9..f24683b7 100644 --- a/test/wscript +++ b/test/wscript @@ -23,3 +23,11 @@ def build(bld): obj.source = 'tests.cc' obj.target = 'tests' obj.install_path = '' + + obj = bld(features = 'cxx cxxprogram') + obj.name = 'subs_in_out' + obj.uselib = 'BOOST_TEST OPENJPEG' + obj.use = 'libdcp' + obj.source = 'subs_in_out.cc' + obj.target = 'subs_in_out' + obj.install_path = '' -- cgit v1.2.3