From e1576e203924d8413375a53a9100c0e80aefaa15 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2008 03:23:26 +0000 Subject: Upgrade to waf 1.5.0. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1823 a436a847-0d15-0410-975c-d299462d15a1 --- tests/wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 = '' -- cgit v1.2.1