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:
@ -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')
|
||||
|
Reference in New Issue
Block a user