summaryrefslogtreecommitdiffstats
path: root/tests/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wscript')
-rw-r--r--tests/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wscript b/tests/wscript
index 95c8177..0822f16 100644
--- a/tests/wscript
+++ b/tests/wscript
@@ -15,10 +15,10 @@ def build(bld):
table_test
'''
for i in tests.split():
- obj = bld.create_obj('cpp', 'program')
+ obj = bld.new_task_gen('cxx', 'program')
obj.source = i + '.cpp'
obj.includes = '..'
obj.uselib_local = 'libraul'
obj.target = i
- obj.inst_var = 0
+ obj.install_path = ''