summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use floating point taskSebastian Huber2017-07-181-0/+2
| | | | | | | These tests directly or indirectly use fprintf(), etc. which may use the floating point unit. Update #3076.
* tests: Fix build dependenciesSebastian Huber2017-06-131-1/+1
| | | | | | See also: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
* testsuites: Fix build dependences for generated files.Chris Johns2017-05-111-0/+2
|
* testsuite: Add a common test configuration. Fix configure.ac and Makefile.am ↵Chris Johns2017-04-041-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | errors. - Add a top level test configuration file for test states that are common to all BSPs. This saves adding a test configuration (tcfg) file for every BSP. - Add the test states 'user-input' and 'benchmark'. This lets 'rtems-test' stop the test rather than waiting for a timeout or letting a benchmark run without the user asking for it to run. - Implement rtems-test-check in Python to make it faster. The shell script had grown to a point it was noticably slowing the build down. - Fix the configure.ac and Makefile.am files for a number of the test directories. The files are difficiult to keep in sync with the number of tests and mistakes can happen such as tests being left out of the build. The test fsrofs01 is an example. Also a there was a mix of SUBDIRS and _SUBDIRS being used and only _SUBDIRS should be used. - Fix the test fsrofs01 so it compiles. Closes #2963.
* libdl: Add C++ exception support to loaded modules.Chris Johns2016-12-141-1/+2
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* Fixed dl01 and dl02 makefilesMarcos Diaz2015-01-201-1/+1
|
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-1/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* dl01,dl02: Avoid non-runnable $(EXEEXT) filesSebastian Huber2014-11-201-1/+7
|
* libtests: Update dl01 documentation.Chris Johns2014-11-043-1/+40
|
* dl01/dl-load.c: Add missing constJoel Sherrill2014-11-021-1/+1
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-317-0/+249
This is a merge of the RTL project.