summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-22 23:29:50 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-22 23:29:50 +0000
commitf5cc57f11946e1e269df25db434c5f8efe953a68 (patch)
tree47e7348bbf8d5077dec505c926af0d631c158b2b /test/wscript
parent4707ffd992e01a42e978b90b2cdcfc50d36e1513 (diff)
More various fixes to subtitle XML writing.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/wscript b/test/wscript
index f24683b7..43ca7d73 100644
--- a/test/wscript
+++ b/test/wscript
@@ -31,3 +31,11 @@ def build(bld):
obj.source = 'subs_in_out.cc'
obj.target = 'subs_in_out'
obj.install_path = ''
+
+ obj = bld(features = 'cxx cxxprogram')
+ obj.name = 'rewrite_subs'
+ obj.uselib = 'BOOST_TEST OPENJPEG'
+ obj.use = 'libdcp'
+ obj.source = 'rewrite_subs.cc'
+ obj.target = 'rewrite_subs'
+ obj.install_path = ''