Module_sfx2.mk (990ab93d) | Module_sfx2.mk (528c1602) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 16 unchanged lines hidden (view full) --- 25 26$(eval $(call gb_Module_add_targets,sfx2,\ 27 AllLangResTarget_sfx2 \ 28 Library_sfx \ 29 Package_inc \ 30 Package_sdi \ 31)) 32 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 16 unchanged lines hidden (view full) --- 25 26$(eval $(call gb_Module_add_targets,sfx2,\ 27 AllLangResTarget_sfx2 \ 28 Library_sfx \ 29 Package_inc \ 30 Package_sdi \ 31)) 32 |
33ifeq ($(WITH_CPPUNIT),YES) | 33ifeq ($(ENABLE_UNIT_TESTS),YES) |
34$(eval $(call gb_Module_add_check_targets,sfx2,\ | 34$(eval $(call gb_Module_add_check_targets,sfx2,\ |
35 CppunitTest_sfx2_metadatable \ | 35 GoogleTest_sfx2_metadatable \ |
36)) 37endif 38 39ifneq ($(OOO_JUNIT_JAR),) 40$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 41 JunitTest_sfx2_complex \ 42 JunitTest_sfx2_unoapi \ 43)) --- 15 unchanged lines hidden --- | 36)) 37endif 38 39ifneq ($(OOO_JUNIT_JAR),) 40$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 41 JunitTest_sfx2_complex \ 42 JunitTest_sfx2_unoapi \ 43)) --- 15 unchanged lines hidden --- |