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)
committerRalph Böhme <slow@samba.org>
Fri, 6 Mar 2015 14:02:29 +0000 (15:02 +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

(cherry picked from commit 4958fcdfa30fd9d8dc51ceafaab35721e61e72c7)

script/autobuild.py

index 55e4449a47758026173f58f8a29df79731bef556..6fcdcd45d0addfb93e8897c270d2a74a56811396 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"),