mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
script/autobuild.py: build the samba target with --with-profiling-data
In future we may get also runtime tests for profiling... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Mon Dec 15 16:20:14 CET 2014 on sn-devel-104
This commit is contained in:
parent
8d5f58120b
commit
4958fcdfa3
@ -44,7 +44,7 @@ tasks = {
|
|||||||
("clean", "make clean", "text/plain") ],
|
("clean", "make clean", "text/plain") ],
|
||||||
|
|
||||||
# We have 'test' before 'install' because, 'test' should work without 'install'
|
# We have 'test' before 'install' because, 'test' should work without 'install'
|
||||||
"samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab", "text/plain"),
|
"samba" : [ ("configure", "./configure.developer --picky-developer ${PREFIX} --with-selftest-prefix=./bin/ab --with-profiling-data", "text/plain"),
|
||||||
("make", "make -j", "text/plain"),
|
("make", "make -j", "text/plain"),
|
||||||
("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
|
("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
|
||||||
("install", "make install", "text/plain"),
|
("install", "make install", "text/plain"),
|
||||||
|
Loading…
Reference in New Issue
Block a user