diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-06 14:10:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-06 14:10:19 +0100 |
| commit | 8f6f5c5c8f09d8aa880c3f2f29530744576212a1 (patch) | |
| tree | 9f726c3ec1e9e047b9672705d57b0a798584ef7e /tools/wscript | |
| parent | 50a7273c4d3cedd582856eeb22c07117b8b8572d (diff) | |
Add a test corpus for XML.
Diffstat (limited to 'tools/wscript')
| -rw-r--r-- | tools/wscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/wscript b/tools/wscript index 665d44b7..d9ed0419 100644 --- a/tools/wscript +++ b/tools/wscript @@ -3,3 +3,9 @@ def build(bld): obj.use = ['libdcp'] obj.source = 'dcpdiff.cc' obj.target = 'dcpdiff' + + obj = bld(features = 'cxx cxxprogram') + obj.use = ['libdcp'] + obj.source = 'dcpinfo.cc' + obj.target = 'dcpinfo' + |
