Sebastian Huber
5ba4f38399
libtests: Avoid build system defined defines
...
Update #3818 .
2019-11-12 09:36:20 +01:00
Chris Johns
5c65b9881b
testsuite/libtests: Merged nested Makefile.am files into one Makefile.am
...
This change is part of the testsuite Makefile.am reorganization.
Update #3382
2018-04-10 08:24:54 +10:00
Sebastian Huber
7b00c2fac5
tests: Use <tmacros.h> in all tests
...
Update #3170 .
Update #3199 .
2017-11-06 09:06:20 +01:00
Sebastian Huber
c4b8b147dd
tests: Use simple console driver
...
Update #3170 .
Update #3199 .
2017-11-06 07:26:42 +01:00
Sebastian Huber
8c1f4064ad
tests: Use printf() instead of fprintf()
...
Update #3170 .
Update #3199 .
2017-11-02 14:08:32 +01:00
Sebastian Huber
46ddc3c5da
tests: Use rtems_print_printer_fprintf_putc()
...
Use rtems_print_printer_fprintf_putc() instead of
rtems_print_printer_printf() to output via rtems_putc().
Update #3170 .
Update #3199 .
2017-10-28 13:33:55 +02:00
Sebastian Huber
f703e7f5c7
tests: Move rtems_test_printer definition
...
Statically initialize it to use printk().
Update #3170 .
Update #3199 .
2017-10-28 13:33:55 +02:00
Sebastian Huber
29770e122e
tests: CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM
...
Avoid unnecessary use of CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM.
2016-09-19 07:22:30 +02:00
Chris Johns
24d0ee57a4
cpukit, testsuite: Add rtems_printf and rtems_printer support.
...
This change adds rtems_printf and related functions and wraps the
RTEMS print plugin support into a user API. All references to the
plugin are removed and replaced with the rtems_printer interface.
Printk and related functions are made to return a valid number of
characters formatted and output.
The function attribute to check printf functions has been added
to rtems_printf and printk. No changes to remove warrnings are part
of this patch set.
The testsuite has been moved over to the rtems_printer. The testsuite
has a mix of rtems_printer access and direct print control via the
tmacros.h header file. The support for begink/endk has been removed
as it served no purpose and only confused the code base. The testsuite
has not been refactored to use rtems_printf. This is future work.
2016-05-25 15:47:34 +10:00
Sebastian Huber
f3730d5660
libtests/complex: Avoid multiple definitions
2014-12-08 09:47:58 +01:00
Sebastian Huber
80d99aa20c
libtests/complex,math: Prevent optimizations
...
For constant arguments GCC calculates the values of the math library
functions at compile-time.
close #1741
2014-12-01 08:20:55 +01:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Sebastian Huber
f8b2eb03f7
tests/libtests: Use <rtems/test.h>
2014-03-20 09:10:26 +01:00
Cynthia Rempel
73a7713d8c
fstests and libtests: Add contents to multiple documentation files
2014-01-08 12:48:37 -06:00
Ralf Corsépius
4f16ce03d2
Revert "Revert "libtests/complex: Avoid generated files""
...
This reverts commit 0c2d8ec48a .
2012-05-31 10:06:15 -05:00
Ralf Corsépius
b824fb873b
Revert "libtests/complex: Avoid generated files"
...
This reverts commit a80a108d44 .
2012-05-31 10:06:14 -05:00
Ralf Corsépius
2a7b823a7c
Revert "Revert "libtests/complex: Avoid generated files""
...
This reverts commit 0c2d8ec48a .
2012-05-24 07:16:22 +02:00
Ralf Corsépius
0c2d8ec48a
Revert "libtests/complex: Avoid generated files"
...
This reverts commit a80a108d44 .
2012-05-23 16:44:33 +02:00
Sebastian Huber
a80a108d44
libtests/complex: Avoid generated files
...
Use C pre-processor instead of shell commands.
2012-05-22 10:52:41 +02:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
Script does what is expected and tries to do it as
smartly as possible.
+ remove occurrences of two blank comment lines
next to each other after Id string line removed.
+ remove entire comment blocks which only exited to
contain CVS Ids
+ If the processing left a blank line at the top of
a file, it was removed.
2012-05-11 08:44:13 -05:00
Joel Sherrill
33a105fb69
Revert: Remove CVS Ids
...
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.
2012-05-07 11:08:48 -05:00
Ralf Corsépius
820d82ed8a
Remove CVS-Ids.
2012-05-04 09:36:24 +02:00
Joel Sherrill
61250b4ce9
Remove all .cvsignore files.
2012-02-01 10:59:44 -06:00
Ralf Corsepius
9c2d082ba9
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* complex/init.c: Move configuration section.
* complex/docomplex.c, complex/docomplexf.c, complex/docomplexl.c:
Regenerate.
2011-12-13 10:49:25 +00:00
Ralf Corsepius
23e0b66505
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* complex/docomplex.in: Generate prototype docomplex* prototype.
2011-12-13 10:40:46 +00:00
Ralf Corsepius
7d3f9c646a
Add HAVE_CONFIG_H.
2011-02-22 07:37:03 +00:00
Joel Sherrill
a93627ce49
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* complex/Makefile.am, complex/init.c: Test now runs.
2011-02-14 20:24:27 +00:00
Ralf Corsepius
6fc0d9a479
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/init.c, complex/init.c:
Use fprintf(stdout,..) instead of printf.
Use CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2011-02-02 07:36:25 +00:00
Ralf Corsepius
87b4f1237c
2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Check for complex.h.
Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated
toolchains.
* complex/Makefile.am: Apply HAS_COMPLEX.
2010-12-01 05:43:07 +00:00
Ralf Corsepius
a52ac89fc6
New.
2010-11-30 13:48:35 +00:00