Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill tesh2 out of the source tree
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 14 Dec 2010 09:19:00 +0000 (09:19 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 14 Dec 2010 09:19:00 +0000 (09:19 +0000)
commitb69c3463223ed1207861d7a9b0ec0a06064696ca
tree8131c77a4ce116d31305151c76368e330ef781cb
parentc1fa53426d4f4db5c1fe697d915d30247fd5d09a
Kill tesh2 out of the source tree
It was an old attempt at redoing TESH in a portable way, but it works
mainly/only on windows for now, and is not as paranoid as the regular
tesh.

The future is probably in the perl version of TESH.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9230 48e7efb5-ca39-0410-a469-dd3cf9ba447f
89 files changed:
tools/tesh2/builtin.def [deleted file]
tools/tesh2/examples/IO-bigsize.tesh [deleted file]
tools/tesh2/examples/IO-broken-pipe.tesh [deleted file]
tools/tesh2/examples/IO-orders.tesh [deleted file]
tools/tesh2/examples/README.tesh [deleted file]
tools/tesh2/examples/TEST-ALL.tesh [deleted file]
tools/tesh2/examples/background.tesh [deleted file]
tools/tesh2/examples/basic.tesh [deleted file]
tools/tesh2/examples/bg-basic.tesh [deleted file]
tools/tesh2/examples/bg-set-signal.tesh [deleted file]
tools/tesh2/examples/catch-global-timeout.tesh [deleted file]
tools/tesh2/examples/catch-return.tesh [deleted file]
tools/tesh2/examples/catch-signal.tesh [deleted file]
tools/tesh2/examples/catch-timeout.tesh [deleted file]
tools/tesh2/examples/catch-wrong-output.tesh [deleted file]
tools/tesh2/examples/cd.tesh [deleted file]
tools/tesh2/examples/jobs.tesh [deleted file]
tools/tesh2/examples/jobs1.tesh [deleted file]
tools/tesh2/examples/jobs2.tesh [deleted file]
tools/tesh2/examples/jobs3.tesh [deleted file]
tools/tesh2/examples/jobs4.tesh [deleted file]
tools/tesh2/examples/jobs5.tesh [deleted file]
tools/tesh2/examples/jobs6.tesh [deleted file]
tools/tesh2/examples/jobs7.tesh [deleted file]
tools/tesh2/examples/jobs8.tesh [deleted file]
tools/tesh2/examples/jobs9.tesh [deleted file]
tools/tesh2/examples/keep-going-unit.tesh [deleted file]
tools/tesh2/examples/keep-going.tesh [deleted file]
tools/tesh2/examples/set-ignore-output.tesh [deleted file]
tools/tesh2/examples/set-return.tesh [deleted file]
tools/tesh2/examples/set-signal.tesh [deleted file]
tools/tesh2/examples/set-timeout.tesh [deleted file]
tools/tesh2/examples/suite-usage.tesh [deleted file]
tools/tesh2/examples/var.tesh [deleted file]
tools/tesh2/examples/w32_auto.tesh [deleted file]
tools/tesh2/include/com.h [deleted file]
tools/tesh2/include/command.h [deleted file]
tools/tesh2/include/context.h [deleted file]
tools/tesh2/include/def.h [deleted file]
tools/tesh2/include/directories.h [deleted file]
tools/tesh2/include/directory.h [deleted file]
tools/tesh2/include/excludes.h [deleted file]
tools/tesh2/include/explode.h [deleted file]
tools/tesh2/include/fstream.h [deleted file]
tools/tesh2/include/fstreams.h [deleted file]
tools/tesh2/include/getpath.h [deleted file]
tools/tesh2/include/is_cmd.h [deleted file]
tools/tesh2/include/reader.h [deleted file]
tools/tesh2/include/readline.h [deleted file]
tools/tesh2/include/runner.h [deleted file]
tools/tesh2/include/str_replace.h [deleted file]
tools/tesh2/include/timer.h [deleted file]
tools/tesh2/include/types.h [deleted file]
tools/tesh2/include/unit.h [deleted file]
tools/tesh2/include/units.h [deleted file]
tools/tesh2/include/variable.h [deleted file]
tools/tesh2/include/writer.h [deleted file]
tools/tesh2/include/xerrno.h [deleted file]
tools/tesh2/include/xsignal.h [deleted file]
tools/tesh2/src/command.c [deleted file]
tools/tesh2/src/context.c [deleted file]
tools/tesh2/src/directories.c [deleted file]
tools/tesh2/src/directory.c [deleted file]
tools/tesh2/src/excludes.c [deleted file]
tools/tesh2/src/explode.c [deleted file]
tools/tesh2/src/fstream.c [deleted file]
tools/tesh2/src/fstreams.c [deleted file]
tools/tesh2/src/getpath.c [deleted file]
tools/tesh2/src/is_cmd.c [deleted file]
tools/tesh2/src/main.c [deleted file]
tools/tesh2/src/reader.c [deleted file]
tools/tesh2/src/readline.c [deleted file]
tools/tesh2/src/runner.c [deleted file]
tools/tesh2/src/str_replace.c [deleted file]
tools/tesh2/src/timer.c [deleted file]
tools/tesh2/src/unit.c [deleted file]
tools/tesh2/src/units.c [deleted file]
tools/tesh2/src/variable.c [deleted file]
tools/tesh2/src/writer.c [deleted file]
tools/tesh2/src/xerrno.c [deleted file]
tools/tesh2/src/xsignal.c [deleted file]
tools/tesh2/tesh/tesh.sln [deleted file]
tools/tesh2/tesh/tesh.vcproj [deleted file]
tools/tesh2/w32/Cat/Cat.vcproj [deleted file]
tools/tesh2/w32/include/dirent.h [deleted file]
tools/tesh2/w32/include/getopt.h [deleted file]
tools/tesh2/w32/src/Cat.c [deleted file]
tools/tesh2/w32/src/dirent.c [deleted file]
tools/tesh2/w32/src/getopt.c [deleted file]