summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2010-07-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-051-0/+3
| | | | | | | * Makefile.am, configure.ac, malloc03/init.c: Add test for PPPDDISC. * termios06/.cvsignore, termios06/Makefile.am, termios06/init.c, termios06/termios06.doc, termios06/termios06.scn, termios06/test_pppd.c: New files.
* 2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-011-0/+1
| | | | | | * Makefile.am, configure.ac: Add test for GCC C++ library helpers. * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc, gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
* 2010-07-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-011-0/+1
| | | | | | | | * Makefile.am, configure.ac: Add test for task driven drivers. * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c, termios05/termios05.doc, termios05/termios05.scn, termios05/termios_testdriver_taskdriven.c, termios05/termios_testdriver_taskdriven.h: New files.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-281-1/+0
| | | | | * Makefile.am, configure.ac: Revert changes related to uncommitted test under development.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-281-0/+1
| | | | | * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c, termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-281-0/+1
| | | | | | | | | * Makefile.am, configure.ac: Add new test to exercise termios RX and TX interrupt driven IO support. * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c, termios04/termios04.doc, termios04/termios04.scn, termios04/termios_testdriver_intr.c, termios04/termios_testdriver_intr.h: New files.
* 2010-06-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-251-0/+1
| | | | | | | | | * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c, termios03/termios03.doc, termios03/termios03.scn, termios03/termios_testdriver_polled.c, termios03/termios_testdriver_polled.h: New files. * Makefile.am, configure.ac: Add initial version of new test for polled IO support in termios.
* 2010-06-22 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-221-0/+1
| | | | | | | * Makefile.am, configure.ac: Added test that attempts to free stack memory. This causes a error to be printed from the free function. * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c, malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
* 2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-211-0/+1
| | | | | | | * Makefile.am, configure.ac: Add test for deferring free() from ISR and for deferred free() processing. * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c, malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
* add purge capability to libblock, add proper test caseThomas Doerfler2010-01-261-0/+1
|
* updates and new test casesThomas Doerfler2010-01-191-0/+2
|
* 2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-021-0/+1
| | | | | | | | | | | | | | | | * Makefile.am: Add POSIX. * configure.ac: Add POSIX/. * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c, POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c, POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c, POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c, POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c, POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c, POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c, POSIX/posix_memalign.c, POSIX/read.c, POSIX/README, POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c, POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c, POSIX/waitpid.c, POSIX/write.c: New.
* 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-12-011-0/+1
| | | | | | | * Makefile.am, configure.ac: Add string_to_xxx conversion test. * stringto01/.cvsignore, stringto01/Makefile.am, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.h: New files.
* Added block05, block06 and block07Thomas Doerfler2009-11-091-0/+3
|
* Added block02, block03 and block04Thomas Doerfler2009-10-291-0/+3
|
* 2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-201-1/+1
| | | | * configure.ac: Don't add -fasm to CFLAGS.
* added block01 testThomas Doerfler2009-10-191-0/+1
|
* 2009-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-011-0/+1
| | | | | | | | | * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use it. * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c, termios02/termios02.doc, termios02/termios02.scn: New files. termios02 is a test for tcdrain().
* 2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-211-0/+1
| | | | | | | * Makefile.am, configure.ac: Add initial test for rtems_stack_checker_is_blown. * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c, stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
* 2009-08-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-151-0/+1
| | | | | | | | | | * Makefile.am, configure.ac: Add new test to exercise tcgetattr and tcsetattr. Does a variety of baud, parity, stop bits, and bits per character with the assistance of a special test driver which prints the requests. * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c, termios01/termios01.doc, termios01/termios01.scn, termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
* 2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-051-0/+1
| | | | | | | | * Makefile.am, configure.ac: Add test for new BSP Boot Command Line helper routines. * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am, bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c, bspcmdline01/test.c: New files.
* 2009-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-071-0/+1
| | | | | | * Makefile.am, configure.ac: Add shell of heap walk test for Santosh. * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
* 2008-01-09 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2008-01-091-0/+1
| | | | | | * Makefile.am, configure.ac: Added automatic test for monitor shell * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn, monitor02/system.h: New files.
* 2007-03-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-131-0/+1
| | | | | | * Makefile.am, configure.ac: Added timezone test. * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc, tztest/tztest.scn: New files.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-1/+1
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-2/+2
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* 2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-221-3/+0
| | | | | * configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
* 2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-091-1/+1
| | | | * configure.ac: Apply RTEMS_CHECK_CPUOPTS.