diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-11-21 11:02:16 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-11-21 11:02:16 +0000 |
commit | 4ef4bccaf3e5e29e050c3eeedf511a2adeba9dbb (patch) | |
tree | c3b862acadff5de4461729937ce6323cdfc465c4 /basebmp | |
parent | aee06d9b1da40a043983d4d0b1dfb51f2ac87e8e (diff) |
#i10000# Do not create signalfiles in in working directory. On failure they dont get removed and afterwards pollute the source tree.
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index c1ae2961106e..625ae1a90961 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -132,6 +132,6 @@ unittest : $(SHL1TARGETN) @echo ---------------------------------------------------------- @echo - start unit test on library $(SHL1TARGETN) @echo ---------------------------------------------------------- - testshl2 $(SHL1TARGETN) + testshl2 -sf $(MISC)$/$(TARGET)_signalfile.txt $(SHL1TARGETN) ALLTAR : unittest |