diff options
author | sz <sz@openoffice.org> | 2002-04-11 09:14:15 +0000 |
---|---|---|
committer | sz <sz@openoffice.org> | 2002-04-11 09:14:15 +0000 |
commit | 805eedffaa5e2554514db409061f814c2b325bfe (patch) | |
tree | efc704f19bf4f0790bf296e5da8d98aff7e7f87a /sal | |
parent | f370f37e518b46d9ec36e22584b534a2f33a4bce (diff) |
changed target to sal/qa, enabled automated test
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/makefile.mk | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/sal/qa/makefile.mk b/sal/qa/makefile.mk index cc7709a5a978..f768773644a5 100644 --- a/sal/qa/makefile.mk +++ b/sal/qa/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: sw $ $Date: 2002-02-27 10:10:12 $ +# last change: $Author: sz $ $Date: 2002-04-11 10:14:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,8 @@ PRJ=.. PRJNAME=sal -TARGET=tests +TARGET=qa +TESTDIR=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk @@ -114,20 +115,24 @@ DEF2NAME =$(SHL2TARGET) .INCLUDE : target.mk -$(MISC)$/$(SHL1TARGET).map : sce$/$(SHL1TARGET).sce +$(MISC)$/$(SHL1TARGET).map : sce$/$(SHL1TARGET).sce + +$(RM) $(MISC)$/$(SHL1TARGET).tst + +$(RM) $(MISC)$/$(SHL1TARGET).map +$(TYPE) $< | sed $(REGEXP) > $@ - +$(TYPE) $@ | sed "s/^/test_/" >> $(MISC)$/$(SHL1TARGET).tst + +$(TYPE) $@ | sed "s/^/test_/" >> $(MISC)$/$(SHL1TARGET).tst +$(TYPE) mapHeader > $(MISC)$/$(SHL1TARGET).map +$(TYPE) $(MISC)$/$(SHL1TARGET).tst | sed "/test_./ w $(MISC)$/$(SHL1TARGET).map1" +$(TYPE) $(MISC)$/$(SHL1TARGET).map1 | sed "s/.*/&;/" >> $(MISC)$/$(SHL1TARGET).map - +$(RM) $(MISC)$/$(SHL2TARGET).map1 + +$(RM) $(MISC)$/$(SHL2TARGET).map1 +$(TYPE) mapFooter >> $(MISC)$/$(SHL1TARGET).map -$(MISC)$/$(SHL2TARGET).map : sce$/$(SHL2TARGET).sce +$(MISC)$/$(SHL2TARGET).map : sce$/$(SHL2TARGET).sce + +$(RM) $(MISC)$/$(SHL1TARGET).tst + +$(RM) $(MISC)$/$(SHL1TARGET).map +$(TYPE) $< | sed $(REGEXP) > $@ - +$(TYPE) $@ | sed "s/^/test_/" >> $(MISC)$/$(SHL2TARGET).tst + +$(TYPE) $@ | sed "s/^/test_/" >> $(MISC)$/$(SHL2TARGET).tst +$(TYPE) mapHeader > $(MISC)$/$(SHL2TARGET).map - +$(TYPE) $(MISC)$/$(SHL2TARGET).tst | sed "/test_./ w $(MISC)$/$(SHL2TARGET).map1" + +$(TYPE) $(MISC)$/$(SHL2TARGET).tst | sed "/test_./ w $(MISC)$/$(SHL2TARGET).map1" +$(TYPE) $(MISC)$/$(SHL2TARGET).map1 | sed "s/.*/&;/" >> $(MISC)$/$(SHL2TARGET).map +$(RM) $(MISC)$/$(SHL2TARGET).map1 +$(TYPE) mapFooter >> $(MISC)$/$(SHL2TARGET).map |