source: rtems/testsuites/libtests/mathl/domathl.c @ 61d2fb4d

4.115
Last change on this file since 61d2fb4d was 61d2fb4d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/24/12 at 05:15:40

Revert "Revert "libtests/math*: Avoid generated files""

This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.

  • Property mode set to 100644
File size: 478 bytes
Line 
1/*
2 * Copyright (c) 2010, 2011 by
3 * Ralf Corsepius, Ulm/Germany. All rights reserved.
4 *
5 * Permission to use, copy, modify, and distribute this software
6 * is freely granted, provided that this notice is preserved.
7 */
8
9/*
10 * Try to compile and link against POSIX math routines.
11 */
12
13#ifdef HAVE_CONFIG_H
14  #include "config.h"
15#endif
16
17#ifdef NO_LONG_DOUBLE
18  #define PROVIDE_EMPTY_FUNC
19#endif
20
21#define SUFFIX l
22#define FTYPE long double
23#define PRI "%Lf"
24
25#include <domath.h>
Note: See TracBrowser for help on using the repository browser.