summaryrefslogtreecommitdiff
path: root/qa/pmdas/bigun/Install
diff options
context:
space:
mode:
Diffstat (limited to 'qa/pmdas/bigun/Install')
-rwxr-xr-xqa/pmdas/bigun/Install24
1 files changed, 24 insertions, 0 deletions
diff --git a/qa/pmdas/bigun/Install b/qa/pmdas/bigun/Install
new file mode 100755
index 0000000..4845424
--- /dev/null
+++ b/qa/pmdas/bigun/Install
@@ -0,0 +1,24 @@
+#! /bin/sh
+
+. $PCP_DIR/etc/pcp.env
+. $PCP_SHARE_DIR/lib/pmdaproc.sh
+
+if [ -f GNUmakefile.install ]
+then
+ # running within the source tree, not in the 'testsuite' directory
+ #
+ PCP_MAKE_PROG="$PCP_MAKE_PROG -f GNUmakefile.install"
+fi
+
+# Make sure DSO PMDA exists
+make
+
+iam=bigun
+pmda_interface=4
+dso_opt=true
+dso_name=`pwd`/bigun.${dso_suffix}
+daemon_opt=false
+
+pmdaSetup
+pmdaInstall
+exit 0