summaryrefslogtreecommitdiff
path: root/test/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-14 16:50:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-14 16:50:04 +0100
commit90554068a272a15192c4fc3d84d1ce946e795b4f (patch)
tree13d25a110347810fedc72217fbc20f2bf2e34633 /test/wscript
parent689b1a86d0c4cf4937492f4680457a133df368c6 (diff)
Python coding style.
Diffstat (limited to 'test/wscript')
-rw-r--r--test/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wscript b/test/wscript
index ae84f63..54fe932 100644
--- a/test/wscript
+++ b/test/wscript
@@ -2,7 +2,7 @@ def configure(conf):
conf.env.prepend_value('LINKFLAGS', '-Lsrc')
def build(bld):
- obj = bld(features = 'cxx cxxprogram')
+ obj = bld(features='cxx cxxprogram')
obj.name = 'tests'
obj.uselib = 'BOOST_TEST BOOST_FILESYSTEM'
obj.use = 'libcxml'