Module_tools.mk (7871dc3e) | Module_tools.mk (7969c931) |
---|---|
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 --- 20 unchanged lines hidden (view full) --- 29 Executable_rscdep \ 30 Executable_so_checksum \ 31 Executable_sspretty \ 32 Library_tl \ 33 Package_inc \ 34 StaticLibrary_ooopathutils \ 35)) 36 | 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 --- 20 unchanged lines hidden (view full) --- 29 Executable_rscdep \ 30 Executable_so_checksum \ 31 Executable_sspretty \ 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)) 41endif 42 |
|
37# vim: set noet sw=4 ts=4: | 43# vim: set noet sw=4 ts=4: |