Add makefile with check target.
[build-farm.git] / hpisgr8.fns
index 95e6884f86a2264f2d3fff2061c56749806bbd43..2ba486469c31b20df4cc57b34ccd207ffb407bd3 100644 (file)
@@ -1,6 +1,28 @@
-
 # gdb is in /opt/langtools/bin
 PATH="$PATH:/opt/langtools/bin"
 export PATH
 
-. generic.fns
+per_run_hook
+
+global_lock
+
+compilers="cc gcc"
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+       . common.fns
+
+       config="--without-acl-support"
+       export config
+       test_tree samba_4_0_test . $compiler
+       config=""
+       export config
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+done
+
+global_unlock