diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-01-20 16:43:43 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-01-27 22:43:57 +0200 |
commit | 4178cb981a373354c0fce853b6f15a71d93a89ae (patch) | |
tree | 3d3e45ebb212fdb56e482abcfaba7e5c8420f9be /Repository.mk | |
parent | 764674700d35d86890e3538039209f0397015096 (diff) |
Add the "all" cppunittesters for iOS
Not that I recall exactly what that each one of these unit tests do
any more, and how interesting they are. But they need to be mentioned
here.
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index ffa61670acb7..3cf90feb3d48 100644 --- a/Repository.mk +++ b/Repository.mk @@ -102,6 +102,17 @@ endif endif +ifeq ($(OS),IOS) + +$(eval $(call gb_Helper_register_executables,OOO,\ + basegfx_cppunittester_all \ + basebmp_cppunittester_all \ + i18npool_cppunittester_all \ + sax_cppunittester_all \ +)) + +endif + ifeq ($(WITH_MOZILLA),YES) $(eval $(call gb_Helper_register_executables,OOO,\ pluginapp.bin \ |