summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar02 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-05-07libtests/tar0[12]: Add tar archiveSebastian Huber1-2/+2
Do not generate the test tar archive on the host computer since not all file systems support symbolic links. Close #3968.
2019-12-19config: CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORSSebastian Huber1-1/+1
Rename CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS into CONFIGURE_MAXIMUM_FILE_DESCRIPTORS. Update #3753.
2019-11-25libtests: Use '-' for TAR file namesSebastian Huber1-1/+1
Use uniform pattern for all TAR file names. Use the dl* tests as a template. Update #3818.
2018-04-10testsuite/libtests: Merged nested Makefile.am files into one Makefile.amChris Johns2-55/+3
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2017-06-13tests: Fix build dependenciesSebastian Huber1-1/+1
See also: https://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html
2017-05-11testsuites: Fix build dependences for generated files.Chris Johns1-0/+2
2015-02-20IMFS: Fix copy on write for linfilesSebastian Huber2-5/+67
2015-01-27IMFS: Replace node union with individual structSebastian Huber2-13/+2
This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER().
2014-12-16Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber1-1/+0
This define was superfluous, undocumented and used inconsistently.
2014-12-11Teach rtems_tarfs_load() about symlinksNick Withers2-4/+8
2014-03-25tests: Produce proper begin/end messagesSebastian Huber1-1/+0
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns2-2/+2
2014-03-20tests/libtests: Use <rtems/test.h>Sebastian Huber1-3/+7
2012-05-11libtmtests - Eliminate missing prototype warningsJoel Sherrill1-1/+5
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill3-9/+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.
2012-05-07Revert: Remove CVS IdsJoel Sherrill1-0/+4
See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
2012-05-04Remove CVS-Ids.Ralf Corsépius1-4/+0
2012-02-01Remove all .cvsignore files.Joel Sherrill1-2/+0
2011-12-082011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
PR 1589/build * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am, block04/Makefile.am, block05/Makefile.am, block06/Makefile.am, block07/Makefile.am, block08/Makefile.am, block09/Makefile.am, block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am, devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am, devfs04/Makefile.am, deviceio01/Makefile.am, devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am, gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am, malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am, termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am, termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am, termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional manager capability.
2011-06-202011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+1
* devfs04/Makefile.am, deviceio01/Makefile.am, monitor02/Makefile.am, stackchk01/Makefile.am, stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am, termios01/Makefile.am, termios03/Makefile.am, termios04/Makefile.am tztest/Makefile.am: Add missing files.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2010-08-072010-08-06 Bharath Suri <bharath.s.jois@gmail.com>Joel Sherrill2-0/+8
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-07-312010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+3
* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove intital_fs directory.
2010-07-302010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
2010-07-30Fix typo.Ralf Corsepius1-1/+1
2010-07-302010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+3
* tar01/Makefile.am: Apply $LN_S, $PAX. Use subshell for tarball creation. Don't add initial_fs to CLEANFILES. * tar02/Makefile.am: Apply $LN_S, $PAX. Use subshell for tarball creation.
2010-07-302010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+1
* tar01/Makefile.am, tar02/Makefile.am: Eliminate stamp-filesystem.
2010-07-302010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* tar01/Makefile.am, tar02/Makefile.am: Add BUILT_SOURCES.
2010-07-302010-06-23 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-13/+11
* configure.ac: autoconf >= 2.65, automake >= 1.11.
2010-07-292010-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill1-3/+6
* tar01/Makefile.am, tar02/Makefile.am: Fix dependencies for parallel build.
2010-07-292010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-2/+1
* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade with $(MKDIR_P).
2010-07-292010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-5/+2
* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
2010-07-272010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill5-0/+167
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.