diff options
author | Yuri Dario <ydario@apache.org> | 2012-02-16 13:41:48 +0000 |
---|---|---|
committer | Yuri Dario <ydario@apache.org> | 2012-02-16 13:41:48 +0000 |
commit | df165f3a55be1c59dbec0fde3a5fe8185c88c6ac (patch) | |
tree | e68a1aa5b6b1e1864af27313e2835fbf51e0d31f /basebmp/test | |
parent | b135b7136a3ac05980f04ebd33248ee1b5ae1558 (diff) |
i118923 - OS/2 port: cppunit is no longer broken.
Diffstat (limited to 'basebmp/test')
-rw-r--r-- | basebmp/test/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 0b28dca7506a..ec94b28d4daa 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -29,14 +29,10 @@ TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE -.IF "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" +.IF "$(WITH_CPPUNIT)" != "YES" @all: -.IF "$(GUI)" == "OS2" - @echo "Skipping, cppunit broken." -.ELIF "$(WITH_CPPUNIT)" != "YES" @echo "cppunit disabled. nothing do do." -.END .ELSE @@ -138,4 +134,4 @@ SLOFILES=$(SHL1OBJS) .INCLUDE : _cppunit.mk .ENDIF -.ENDIF # "$(GUI)" == "OS2" +.ENDIF # "$(WITH_CPPUNIT)" != "YES" |