diff options
author | Pedro Giffuni <pfg@apache.org> | 2011-11-24 15:21:24 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2011-11-24 15:21:24 +0000 |
commit | fcd3ba7227013f6993f324395377a84a60ddbf28 (patch) | |
tree | 8855b0c393563a02fb674ececd2f3becda260d33 /basebmp | |
parent | 70010c2d7c6472ae40fb0a8fd97e9da159a220b8 (diff) |
i118608 - IP clearance: Remove internal cppunit source, use system-cppunit instead. Patch by Andre Fischer (af).
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/test/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/basebmp/test/makefile.mk b/basebmp/test/makefile.mk index 16dbbf07bd41..5c0790f12acf 100644 --- a/basebmp/test/makefile.mk +++ b/basebmp/test/makefile.mk @@ -33,10 +33,14 @@ TARGETTYPE=GUI ENABLE_EXCEPTIONS=TRUE -.IF "$(GUI)" == "OS2" +.IF "$(WITH_CPPUNIT)" != "YES" || "$(GUI)" == "OS2" @all: +.IF "$(GUI)" == "OS2" @echo "Skipping, cppunit broken." +.ELIF "$(WITH_CPPUNIT)" != "YES" + @echo "cppunit disabled. nothing do do." +.END .ELSE |