Joel Sherrill
1ef07d4620
testsuites/libtests/[d-o]*: Change license to BSD-2
...
Updates #3053 .
2022-04-07 08:38:56 -05:00
Sebastian Huber
9de8d61a9a
libtest: <rtems/test.h> to <rtems/test-info.h>
...
Rename this header file to later move <t.h> to <rtems/test.h>. The main
feature provided by <rtems/test-info.h> is the output of standard test
information which is consumed by the RTEMS Tester.
Update #3199 .
2020-07-23 09:27:10 +02:00
Sebastian Huber
80cf60efec
Canonicalize config.h include
...
Use the following variant which was already used by most source files:
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
2020-04-16 07:30:00 +02:00
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
2d0bc839ed
build: Remove EXTRA_DIST
...
A "make dist" is not supported. So, it makes no sense to have pure "make
dist" related stuff in the Makefile.am.
2018-04-04 10:09:04 +02: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
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
07e178005a
tests: Use floating point task
...
These tests directly or indirectly use fprintf(), etc. which may use the
floating point unit.
Update #3076 .
2017-07-18 14:14:34 +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
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
Ralf Corsépius
61d2fb4dba
Revert "Revert "libtests/math*: Avoid generated files""
...
This reverts commit 87c8d8aba6 .
2012-05-31 10:06:15 -05:00
Ralf Corsépius
5e707bc75e
Revert "libtests/math*: Avoid generated files"
...
This reverts commit 6a5bd1c65c .
2012-05-31 10:06:14 -05:00
Ralf Corsépius
1831fd1272
Revert "Revert "libtests/math*: Avoid generated files""
...
This reverts commit 87c8d8aba6 .
2012-05-24 07:15:40 +02:00
Ralf Corsépius
87c8d8aba6
Revert "libtests/math*: Avoid generated files"
...
This reverts commit 6a5bd1c65c .
2012-05-23 16:45:01 +02:00
Sebastian Huber
6a5bd1c65c
libtests/math*: 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
b3dbca32f2
2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/init.c, mathf/init.c, mathl/init.c: Move configuration section.
* math/domath.c, mathf/domathf.c, mathl/domathl.c: Regenerate.
* math/domath.in: Generate domath* prototype.
2011-12-13 12:11:10 +00:00
Ralf Corsepius
7d3f9c646a
Add HAVE_CONFIG_H.
2011-02-22 07:37:03 +00:00
Joel Sherrill
31eb149c12
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
...
* math/init.c, mathf/init.c, mathl/init.c: Now run.
2011-02-14 20:50:46 +00:00
Ralf Corsepius
ae790c6477
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* math/math.scn, mathf/mathf.scn, mathl/mathl.scn: Regenerate.
2011-02-02 14:06:13 +00:00
Ralf Corsepius
2e50ba1a2b
New (Split out from math/).
2011-02-02 13:58:02 +00:00