mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
a001b03854
Also, update to latest upstream version. Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
14 lines
215 B
Makefile
14 lines
215 B
Makefile
test :
|
|
python pep8.py --testsuite testsuite
|
|
|
|
selftest :
|
|
python pep8.py --statistics pep8.py
|
|
|
|
doctest :
|
|
python pep8.py --doctest
|
|
|
|
unittest :
|
|
python -m testsuite.test_all
|
|
|
|
alltest : test selftest doctest unittest
|