OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / klips / test / runme.sh
1 #!/bin/sh
2
3 #
4 # $Id: runme.sh,v 1.3 2002/04/02 02:48:21 mcr Exp $
5 #
6 # use this script to run a single test from within that test directory.
7 # note that this assumes a "klipstest" type test.
8 #
9
10 . ../../../umlsetup.sh
11 . ../setup.sh
12 . ../functions.sh
13 . testparams.sh
14
15 ( netjigtest )
16
17 stat=$?
18 testdir=$TESTNAME
19 testtype=klipstest
20
21 (cd .. && recordresults $testdir $testtype $stat)
22
23  
24 # $Log: runme.sh,v $
25 # Revision 1.3  2002/04/02 02:48:21  mcr
26 # *** empty log message ***
27 #
28 # Revision 1.2  2001/11/23 01:08:12  mcr
29 #       pullup of test bench from klips2 branch.
30 #
31 # Revision 1.1.2.1  2001/10/23 02:27:14  mcr
32 #       more setup and utility scripts.
33 #
34
35