diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-09-25 21:47:16 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-09-25 21:47:16 +0200 |
commit | 4de41d18fd2b96079b9a0aa9f1ef123e431fe938 (patch) | |
tree | cd19df126f82819bb8f82c7e1cdbcd07b449a29d /basebmp/test | |
parent | 6152b5efa3490cc8f09f269dc7542ffe3833358c (diff) | |
parent | 728c8eb458b5613eb5b8bbe8201dfc33a8a9cd78 (diff) |
merge commit
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 4e3384b935a6..f7a5dded4cf1 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -65,6 +65,7 @@ CDEFS+=-xalias_level=compatible .ENDIF # --- Common ---------------------------------------------------------- +.IF "$(L10N_framework)"=="" # BEGIN ---------------------------------------------------------------- # auto generated Target:tests by codegen.pl @@ -85,7 +86,6 @@ SHL1OBJS= \ # here, because not yet delivered. Need the functionality to test, so # we're linking it in statically. Need to keep this in sync with # source/makefile.mk - SHL1TARGET= tests SHL1STDLIBS= $(SALLIB) \ $(TESTSHL2LIB)\ @@ -96,7 +96,7 @@ SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) SHL1VERSIONMAP = export.map - +.ENDIF # END ------------------------------------------------------------------ #APP2TARGET= bmpdemo @@ -128,6 +128,7 @@ SLOFILES=$(SHL1OBJS) .INCLUDE : _cppunit.mk # --- Enable test execution in normal build ------------------------ +.IF "$(L10N_framework)"=="" unittest : $(SHL1TARGETN) @echo ---------------------------------------------------------- @@ -136,3 +137,4 @@ unittest : $(SHL1TARGETN) $(TESTSHL2) -sf $(mktmp ) $(SHL1TARGETN) ALLTAR : unittest +.ENDIF |