summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl02 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0/+2
| | | | | | This has been tested on SPARC, i386, PowerPC and ARM. Closes #2767.
* testsuites: dl02 needs an FPU init task.Chris Johns2015-03-311-1/+1
|
* 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: Add libdl test dl02.Chris Johns2014-11-049-0/+411
Loads 2 interdependent ELF object files.