diff options
author | sb <sb@openoffice.org> | 2010-01-13 18:58:37 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-01-13 18:58:37 +0100 |
commit | ae12b3fe73ca48286a06414c41e35ef75dd2d082 (patch) | |
tree | 11cf39f8e220a16dcdfbd770dfde4810644ddbbb /sal/qa/ByteSequence/makefile.mk | |
parent | 3135dbc801059aab0d649ebbfb0c20b93f5e70c3 (diff) |
sb118: adpated some sal unit tests to new CppUnit framework
Diffstat (limited to 'sal/qa/ByteSequence/makefile.mk')
-rw-r--r-- | sal/qa/ByteSequence/makefile.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sal/qa/ByteSequence/makefile.mk b/sal/qa/ByteSequence/makefile.mk index 0f1b88ac6e6a..a198d7987da7 100644 --- a/sal/qa/ByteSequence/makefile.mk +++ b/sal/qa/ByteSequence/makefile.mk @@ -28,6 +28,11 @@ # for a copy of the LGPLv3 License. # #************************************************************************* + +.IF "$(OOO_SUBSEQUENT_TESTS)" == "" +nothing .PHONY: +.ELSE + PRJ=..$/.. PRJNAME=sal @@ -56,7 +61,6 @@ SHL1IMPLIB= i$(SHL1TARGET) # SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME =$(SHL1TARGET) -# DEF1EXPORTFILE= export.exp SHL1VERSIONMAP = $(PRJ)$/qa$/export.map # --- BEGIN -------------------------------------------------------- @@ -80,3 +84,4 @@ SLOFILES=$(SHL1OBJS) .INCLUDE : target.mk .INCLUDE : _cppunit.mk +.END |