script/autobuild.py: build the samba target with --with-profiling-data
authorStefan Metzmacher <metze@samba.org>
Mon, 8 Dec 2014 09:30:56 +0000 (10:30 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 15 Dec 2014 15:20:14 +0000 (16:20 +0100)
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

script/autobuild.py

index ba08e52e5c7fd481786c752e3145d3e5c75b96f2..1097316a101c4ceb795ec6db93fa07c7e51bf414 100755 (executable)
@@ -44,7 +44,7 @@ tasks = {
                ("clean", "make clean", "text/plain") ],
 
     # 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"),
                 ("test", "make test FAIL_IMMEDIATELY=1", "text/plain"),
                 ("install", "make install", "text/plain"),