tdf#143148 Use pragma once instead of include guards
[LibreOffice.git] / sc / CppunitTest_sc_ucalc_nanpayload.mk
blobbc69ffe05d19da5861af74e1f2d69804cc03adaf
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call sc_ucalc_test,_nanpayload))
14 # some tests related to NaN payload may fail on some arch(e.g. riscv64)
15 # that does not support part of IEEE 754 voluntary standards
16 ifeq ($(DISABLE_NAN_TESTS),TRUE)
17 $(eval $(call gb_CppunitTest_add_defs,sc_ucalc_nanpayload,\
18 -DDISABLE_NAN_TESTS \
20 endif
22 # vim: set noet sw=4 ts=4: