Module_tools.mk (7969c931) | Module_tools.mk (58a353a3) |
---|---|
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 --- 23 unchanged lines hidden (view full) --- 32 Library_tl \ 33 Package_inc \ 34 StaticLibrary_ooopathutils \ 35)) 36 37ifeq ($(ENABLE_UNIT_TESTS),YES) 38$(eval $(call gb_Module_add_check_targets,tools,\ 39 GoogleTest_tools_fractiontest \ | 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 --- 23 unchanged lines hidden (view full) --- 32 Library_tl \ 33 Package_inc \ 34 StaticLibrary_ooopathutils \ 35)) 36 37ifeq ($(ENABLE_UNIT_TESTS),YES) 38$(eval $(call gb_Module_add_check_targets,tools,\ 39 GoogleTest_tools_fractiontest \ |
40 GoogleTest_tools_pathutils \ |
|
40)) 41endif 42 43# vim: set noet sw=4 ts=4: | 41)) 42endif 43 44# vim: set noet sw=4 ts=4: |