Ryan Long
2ea37e8b0d
libtests/dl*: Bump up the size of CONFIGURE_INIT_TASK_STACK_SIZE
...
Updates #4682
2022-07-29 08:32:47 -05:00
Ryan Long
48d9dc6c89
libtests/dl06: Manually adding file headers and licenses.
...
These files had no header, copyright, or license. Based on git history,
added appropriate copyright and license.
2022-04-27 15:19:24 -05:00
Joel Sherrill
33078a2bfb
testsuites/libtests/[a-l]*: Change license to BSD-2
...
Updates #3053 .
2022-04-12 13:35:39 -05:00
Joel Sherrill
366711fcfa
testsuites/libtests/dl*: 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
Chris Johns
3f50e8e671
testsuite/dl06: Add a local define to control tracing
...
Closes #3969
2020-05-05 15:00:45 +10: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
3cec2dfbc4
config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS
...
Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into
CONFIGURE_MAXIMUM_FILE_DESCRIPTORS.
Update #3753 .
2019-12-19 08:53:03 +01:00
Sebastian Huber
d0b704b09c
libtest: Change expected pass state string
...
Use separator character '_' for all test states.
2019-12-05 07:10:59 +01:00
Sebastian Huber
b8b954a3e9
libtests/dl*: Use rtems_tarfs_load()
...
Use rtems_tarfs_load() instead of Untar_FromMemory() to reduce the
memory demands of the tests.
2019-11-26 07:21:44 +01:00
Sebastian Huber
8f021bdbf9
libtests/dl*: Do not generate files via "echo"
...
Add the static files to the repository. This simplifies the build.
Update #3818 .
2019-11-25 11:32:19 +01:00
Sebastian Huber
5ba4f38399
libtests: Avoid build system defined defines
...
Update #3818 .
2019-11-12 09:36:20 +01:00
Joel Sherrill
da8b12bcb7
dl06/dl06-o1.c: Remove set, not used warning
2018-08-15 09:48:28 -05:00
Sebastian Huber
d906ce30c6
libtests: Use CONFIGURE_INIT_TASK_TABLE_SIZE
...
Using CONFIGURE_MINIMUM_TASK_STACK_SIZE increases also the interrupt
stack size. This is an issue on some BSPs. Use
CONFIGURE_INIT_TASK_TABLE_SIZE instead.
Update #3433 .
2018-07-30 08:06:23 +02:00
Chris Johns
86e79d7955
testsuites/dl06: Add a test for RAP format.
...
This test loads a RAP format file that contains calls that are not
in the kernel and linked from libm. It uses and test rtems-ld.
Update #2769
2018-04-12 17:54:59 +10:00