1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

build: waf quicktest nearly works

Rewrote wafsamba using a new dependency handling system, and started
adding the waf test code
This commit is contained in:
Andrew Tridgell
2010-03-17 20:12:16 +11:00
parent 845e0cbe6f
commit 844acb2260
60 changed files with 1329 additions and 587 deletions

View File

@ -15,7 +15,7 @@ bld.SAMBA_PYTHON('PYTALLOC',
bld.SAMBA_PYTHON('python_uuid',
source='uuidmodule.c',
deps='LIBNDR',
realname='uuid'
realname='uuid.so'
)
@ -30,3 +30,9 @@ bld.SAMBA_PYTHON('python_glue',
# create a dummy subsystem for EXT_LIB_PYTHON
bld.SAMBA_SUBSYSTEM('EXT_LIB_PYTHON', '')
# install out various python scripts for use by make test
bld.SAMBA_SCRIPT('samba_python',
pattern='samba/**/*.py',
installdir='python')