host opi is gone
authorStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2012 22:07:33 +0000 (00:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Jun 2012 22:07:33 +0000 (00:07 +0200)
metze

opi.fns [deleted file]

diff --git a/opi.fns b/opi.fns
deleted file mode 100644 (file)
index 2c10d0d..0000000
--- a/opi.fns
+++ /dev/null
@@ -1,23 +0,0 @@
-per_run_hook
-
-global_lock
-
-compiler=gcc
-CFLAGS="-O3 -Wall"
-export CFLAGS
-
-. common.fns
-#test_tree lorikeet-heimdal . $compiler
-
-export config="--with-selftest-prefix=/data/bf/st.samba_4_0_test"
-test_tree samba_4_0_test . $compiler
-export config=""
-
-test_tree samba_3_current source3 $compiler
-test_tree samba_3_next source3 $compiler
-export config="--enable-developer"
-test_tree samba_3_master source3 $compiler
-export config=""
-test_tree pidl . $compiler build test
-
-global_unlock