summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-07-24 12:30:33 +0200
committerStefan Metzmacher <metze@samba.org>2018-07-25 00:23:12 +0200
commit010bbe536e26a31bcb7d36cc946b1982247b4443 (patch)
tree691cfbf91544c32053cfec6ed1cbb155135c0a86 /script
parent7d40f6079926ae93406b0c09ea5111e643b29a00 (diff)
downloadsamba-010bbe536e26a31bcb7d36cc946b1982247b4443.tar.gz
autobuild: add some basic tests for the all static build
This makes sure each module is at least loaded once and registers itself as a module. It means that the skel_opaque and skel_transparent vfs examples are loaded. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Signed-off-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/autobuild.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/autobuild.py b/script/autobuild.py
index 1a8cf7cfd88..f8b100e2cda 100755
--- a/script/autobuild.py
+++ b/script/autobuild.py
@@ -242,6 +242,10 @@ tasks = {
# build with all modules static
("allstatic-configure", "./configure.developer " + samba_configure_params + " --with-static-modules=ALL", "text/plain"),
("allstatic-make", "make -j", "text/plain"),
+ ("allstatic-test", "make test "
+ "FAIL_IMMEDIATELY=1 "
+ "TESTS='samba3.smb2.create.*nt4_dc'",
+ "text/plain"),
# retry without any required modules
("none-distclean", "make distclean", "text/plain"),