From 844acb226086e55de9a2442396a4e002471295e8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 17 Mar 2010 20:12:16 +1100 Subject: build: waf quicktest nearly works Rewrote wafsamba using a new dependency handling system, and started adding the waf test code --- lib/subunit/python/wscript_build | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lib/subunit/python/wscript_build (limited to 'lib/subunit') diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build new file mode 100644 index 0000000000..f690ae30d5 --- /dev/null +++ b/lib/subunit/python/wscript_build @@ -0,0 +1,16 @@ + +# install out various python scripts for use by make test + +bld.SAMBA_SCRIPT('python_iso8601', + pattern='iso8601/**/*.py', + installdir='python') + + +bld.SAMBA_SCRIPT('python_subunit', + pattern='subunit/**/*.py', + installdir='python') + + +bld.SAMBA_SCRIPT('python_testtools', + pattern='testtools/**/*.py', + installdir='python') -- cgit