diff options
Diffstat (limited to 'qa/interact/GNUmakefile')
-rw-r--r-- | qa/interact/GNUmakefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/qa/interact/GNUmakefile b/qa/interact/GNUmakefile new file mode 100644 index 0000000..ce07d77 --- /dev/null +++ b/qa/interact/GNUmakefile @@ -0,0 +1,15 @@ +TOPDIR = ../.. +include $(TOPDIR)/src/include/builddefs + +TESTDIR = $(subst pcp,pcp-gui,$(PCP_VAR_DIR))/testsuite/interact +TESTCASES = $(shell echo *-testcases) +LSRCFILES = $(TESTCASES) GNUmakefile.install + +default setup: + +install: $(TESTCASES) + $(INSTALL) -m 755 -d $(TESTDIR) + $(INSTALL) -m 644 $(TESTCASES) $(TESTDIR) + $(INSTALL) -m 644 GNUmakefile.install $(TESTDIR)/GNUmakefile + +include $(BUILDRULES) |