summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* libtests: Add libdl test dl02.Chris Johns2014-11-041-0/+1
| | | | Loads 2 interdependent ELF object files.
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+24
| | | | This is a merge of the RTL project.
* top: Add new test.Jennifer Averett2014-10-281-0/+1
|
* capture01: New non-interactive test for capture engine.Jennifer Averett2014-07-111-0/+1
|
* libtests/newlib01: New testSebastian Huber2014-04-011-0/+1
|
* libtests: added test to confirm patch fixes bugDaniel Ramirez2014-01-091-0/+1
|
* libblock: PR2145: Limit maximum read-ahead blocksSebastian Huber2013-09-161-0/+1
| | | | This helps to prevent stack overflows due to configuration errors.
* libtests: Add new test: utf8proc01Ralf Kirchner2013-06-031-0/+1
| | | | | | | | utf8proc is a library for processing UTF-8 encoded Unicode strings. Some features are Unicode normalization, stripping of default ignorable characters, case folding and detection of grapheme cluster boundaries. For now utf8proc is intended for normalizing and folding strings for comparison purposes within the UTF-8 support of the FAT file system. This test will call interface methods of library utf8proc in order to make sure they compiled and linked ok. The library is third party, thus it should be sufficient for us to make sure we can build it correctly.
* libtests/exit02: New testSebastian Huber2013-04-231-0/+1
|
* libtests/exit01: New testSebastian Huber2013-04-231-0/+1
|
* libtests/md501: New testSebastian Huber2012-12-161-0/+1
|
* libblock: Add sparse diskRalf Kirchner2012-12-051-0/+1
|
* libtests/block16: New testSebastian Huber2012-10-261-0/+1
|
* mghttpd: Requires POSIX to build server and testsJoel Sherrill2012-10-031-0/+2
| | | | | | Formerly, mghttpd was conditional only on networking being enabled. It uses on pthread and must also be conditional on POSIX threads support being enabled.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* libtests/mghttpd01: New testChristian Mauderer2012-07-121-0/+1
|
* libblock: Fix continuous blocks write requestSebastian Huber2012-07-021-0/+1
|
* libblock: Add block device statisticsSebastian Huber2012-06-121-0/+1
|
* libblock: Add read-ahead taskSebastian Huber2012-06-041-0/+1
| | | | | | | | | | | Read-ahead requests were previously executed in the context of the reading task. This blocks the reading task until the complete read with read-ahead transfer is finished. A read-ahead task is introduced to off-load the read-ahead transfer. This allows the reading task to work with the requested block more quickly. The read-ahead is triggered after two misses of ascending consecutive blocks or a read hit of a block read by the most-recent read-ahead transfer. The read-ahead feature is configurable and can be disabled.
* libblock: Fix purge device tree traversalSebastian Huber2012-05-141-0/+1
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | 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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+2
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-2/+0
|
* rbheap: New filesSebastian Huber2012-04-111-0/+1
| | | | | | | In the Red-Black Tree Heap the administration data structures are not contained in the managed memory area. This can be used for example in a task stack allocator which protects the task stacks from access by other tasks.
* networking: socket to/from file descriptorSebastian Huber2012-04-031-0/+1
| | | | | | | | | | o Move rtems_bsdnet_fdToSocket() and rtems_bsdnet_makeFdForSocket() to "cpukit/libnetworking/rtems/rtems_syscall.c". o The rtems_bsdnet_makeFdForSocket() function is now static. o Check in rtems_bsdnet_fdToSocket() function that the file descriptor uses the socket handlers, otherwise an error status will be returned and errno set to ENOTSOCK. o New test libtests/syscall01.
* PR2040: libtests/flashdisk01: New testSebastian Huber2012-03-141-0/+1
|
* libblock: Add generic IMFS block device nodesSebastian Huber2012-03-131-0/+1
| | | | | | | | New functions o rtems_blkdev_create(), and o rtems_blkdev_create_partition(). New test libtests/block11.
* 2011-05-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-05-061-0/+3
| | | | | | * ftp01/.cvsignore, ftp01/Makefile.am, ftp01/ftp01.doc, ftp01/ftp01.scn, ftp01/init.c: New files. * Makefile.am, configure.ac: Reflect changes above.
* 2011-03-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-03-141-0/+1
| | | | | | | | * Makefile.am, configure.ac: Add test for Mouse Parser Engine (Microsoft Mouse paths) and Serial Mouse Driver. * mouse01/.cvsignore, mouse01/Makefile.am, mouse01/init.c, mouse01/mouse01.doc, mouse01/mouse01.scn, mouse01/msmouse.c, mouse01/serial_mouse_config.c: New files.
* 2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-221-0/+1
| | | | * configure.ac: Add AC_CONFIG_HEADER(config.h).
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-021-2/+2
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* Add mathf/, mathl/.Ralf Corsepius2011-02-021-0/+2
|
* 2011-01-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-01-101-1/+1
| | | | * configure.ac: Use ac_cv_header_complex_h.
* 2010-12-01 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-12-011-0/+3
| | | | | | | * configure.ac: Check for complex.h. Add AM_CONDITIONAL(HAS_COMPLEX) to allow building with outdated toolchains. * complex/Makefile.am: Apply HAS_COMPLEX.
* 2010-11-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-11-301-0/+2
| | | | | * Makefile.am: Add complex, math subdirs. * configure.ac: Add complex, math subdirs.
* 2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-231-1/+0
| | | | | | | * gxx01/gxx_wrappers.h, gxx02/.cvsignore, gxx02/Makefile.am, gxx02/gxx02.doc, gxx02/gxx02.scn, gxx02/init.c: Removed files. * Makefile.am, configure.ac: Reflect changes above. * gxx01/init.c: Removed fatal error test case.
* 2010-08-06 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-08-071-0/+1
| | | | | | | | | PR 1654/testing * deviceio01/init.c, deviceio01/deviceio01.doc, deviceio01/deviceio01.scn, deviceio01/test_driver.c, deviceio01/test_driver.h, deviceio01/Makefile.am: New test added. * Makefile.am, configure.ac: Changes to added above test. * tar02/init.c, tar02/tar02.scn: New test case added: IMFS_dump().
* 2010-08-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-021-0/+1
| | | | | | * Makefile.am, configure.ac: Add test for rtems_print_buffer(). * dumpbuf01/.cvsignore, dumpbuf01/Makefile.am, dumpbuf01/dumpbuf01.doc, dumpbuf01/dumpbuf01.scn, dumpbuf01/init.c: New files.
* 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-07-301-0/+4
| | | | | | * configure.ac: Add AC_PROG_LN_S. Add AC_PATH_PROG([PAX]). Add AM_CONDITIONAL(TARTESTS).
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+2
| | | | | | | | PR 1532/testing * Makefile.am, configure.ac: Add initial tests for untar capabilities. * tar01/.cvsignore, tar01/Makefile.am, tar01/init.c, tar01/tar01.doc, tar01/tar01.scn, tar02/.cvsignore, tar02/Makefile.am, tar02/init.c, tar02/tar02.doc, tar02/tar02.scn: New files.
* 2010-07-27 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-271-0/+1
| | | | | | | PR 1631/testing * gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc, gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added * Makefile.am, configure.ac: Changes to accommodate new tests
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-271-0/+1
| | | | | | | | | | PR 1632/testing * Makefile.am, configure.ac: Make dedicated fatal error test for /dev/null already registered. Using code from Bharath in new test framework. * devnullfatal01/.cvsignore, devnullfatal01/Makefile.am, devnullfatal01/devnullfatal01.doc, devnullfatal01/devnullfatal01.scn, devnullfatal01/testcase.h: New files.
* 2010-07-22 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2010-07-221-0/+3
| | | | | | | | | | | * devfs02/init.c, devfs02/devfs02.doc, devfs02/devfs02.scn, devfs02/Makefile.am: New tests added * devfs03/init.c, devfs03/devfs03.doc, devfs03/devfs03.scn, devfs03/Makefile.am: New tests added * devfs04/init.c, devfs04/devfs04.doc, devfs04/devfs04.scn, devfs04/Makefile.am: New tests added * Makefile.am, configure.ac: Changes to accommodate the above newly added tests.
* 2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-191-0/+2
| | | | | | | | | * Makefile.am, configure.ac, termios06/init.c: Add initial tests for XON/XOFF and VMIN/VMAX cases. * termios07/.cvsignore, termios07/Makefile.am, termios07/init.c, termios07/termios07.doc, termios07/termios07.scn, termios08/.cvsignore, termios08/Makefile.am, termios08/init.c, termios08/termios08.doc, termios08/termios08.scn: New files.
* 2010-07-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-191-0/+1
| | | | | | * Makefile.am, configure.ac: Add tar test for error cases. * tar03/.cvsignore, tar03/Makefile.am, tar03/init.c, tar03/tar03.doc, tar03/tar03.scn: New files.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-141-0/+1
| | | | | | * Makefile.am, configure.ac: Add new test to exercise devFS_Show(). * devfs01/.cvsignore, devfs01/Makefile.am, devfs01/devfs01.doc, devfs01/devfs01.scn, devfs01/init.c: New files.
* 2010-07-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-141-0/+1
| | | | | | | * Makefile.am, configure.ac: Add new test to exercise malloc_get_statistics(). * malloc05/.cvsignore, malloc05/Makefile.am, malloc05/init.c, malloc05/malloc05.doc, malloc05/malloc05.scn: New files.
* 2010-07-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-081-0/+1
| | | | | | | * Makefile.am, configure.ac: Add test for exercising sbrk() extension to Malloc Family. * malloc04/.cvsignore, malloc04/Makefile.am, malloc04/init.c, malloc04/malloc04.doc, malloc04/malloc04.scn: New files.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-061-2/+0
| | | | * Makefile.am, configure.ac: tar01 and tar02 not merged yet.