Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tesh[t], the TEsting SHell Tool
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 23 Mar 2007 21:21:55 +0000 (21:21 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 23 Mar 2007 21:21:55 +0000 (21:21 +0000)
commit61aa68324746c53bc5eb1659c405790f586fde67
tree0b19e468c4f7d7d636123a8590cb6681e8ddebab
parent55028d73721175c6147bc209cbc6fd87c021c3ce
Add tesh[t], the TEsting SHell Tool

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3349 48e7efb5-ca39-0410-a469-dd3cf9ba447f
14 files changed:
configure
configure.ac
tools/Makefile.am
tools/Makefile.in
tools/tesh/.cvsignore [new file with mode: 0644]
tools/tesh/Makefile.am [new file with mode: 0644]
tools/tesh/Makefile.in [new file with mode: 0644]
tools/tesh/basic.tesh [new file with mode: 0644]
tools/tesh/broken-pipe.tesh [new file with mode: 0644]
tools/tesh/cd.tesh [new file with mode: 0644]
tools/tesh/non-blocking-IO.tesh [new file with mode: 0644]
tools/tesh/segfault.tesh [new file with mode: 0644]
tools/tesh/tesh.c [new file with mode: 0644]
tools/tesh/timeout.tesh [new file with mode: 0644]