SConstruct
branchpyrit
changeset 84 6f7fe14782c2
parent 70 4b84e90325c5
child 85 907a634e5c02
--- a/SConstruct	Thu Apr 24 18:12:32 2008 +0200
+++ b/SConstruct	Sun Apr 27 09:44:49 2008 +0200
@@ -150,6 +150,8 @@
 SConscript('demos/SConscript', exports='pymodule')
 env.Alias('demos', ['cc-demos', 'python-demos'])
 
+SConscript('tests/SConscript', build_dir='build/tests', duplicate=0, exports='env lib')
+
 SConscript('models/SConscript')
 
 env.Alias('docs', Command('docs/html', [], 'doxygen'))