diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-04-07 00:26:28 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-04-07 00:29:28 +0200 |
commit | c349aa3619efde5e00fd0d05f0670a7b6c2f3327 (patch) | |
tree | e5605acebab2178ef48c3f06ef6940c30b52d62d /lib | |
parent | 4d482d9c192a8905dcd6bf18d375e565f87067bd (diff) | |
download | samba-c349aa3619efde5e00fd0d05f0670a7b6c2f3327.tar.gz samba-c349aa3619efde5e00fd0d05f0670a7b6c2f3327.tar.bz2 samba-c349aa3619efde5e00fd0d05f0670a7b6c2f3327.zip |
s4-python: Use standard infrastructure for finding included testtools, subunit and iso8601.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/subunit/python/wscript_build | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/lib/subunit/python/wscript_build b/lib/subunit/python/wscript_build deleted file mode 100644 index f99ba42f04..0000000000 --- a/lib/subunit/python/wscript_build +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env python - - -# 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') - |