summaryrefslogtreecommitdiff
path: root/qa/pconf/global/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'qa/pconf/global/GNUmakefile')
-rw-r--r--qa/pconf/global/GNUmakefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/qa/pconf/global/GNUmakefile b/qa/pconf/global/GNUmakefile
new file mode 100644
index 0000000..d0eb2b0
--- /dev/null
+++ b/qa/pconf/global/GNUmakefile
@@ -0,0 +1,16 @@
+#!gmake
+
+TOPDIR = ../../..
+include $(TOPDIR)/src/include/builddefs
+
+TESTDIR = $(PCP_VAR_DIR)/testsuite/pconf/global
+CONFIGS = pcp_eoe sss
+LSRCFILES = $(CONFIGS)
+
+default default_pcp setup:
+
+install install_pcp:
+ $(INSTALL) -m 755 -d $(TESTDIR)
+ $(INSTALL) -m 644 $(CONFIGS) $(TESTDIR)
+
+include $(BUILDRULES)