Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 45) sorted by relevance

12

/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A DSConscript3 tests = Split('prepare.sh \
4 run-tests.pl \
36 t = env.Command('foo1', 'prepare.sh', '(cd ./tests/; ./prepare.sh; cd ..)')
37 t += env.Command('foo2', 'run-tests.pl', '( cd ./tests/; SHELL=/bin/sh ./run-tests.pl; cd ..)')
38 t += env.Command('foo3', 'cleanup.sh', '(cd ./tests/; ./cleanup.sh; cd ..)')
H A Dcore-var-include.t11 use Test::More tests => 17;
31 my $tests = {
50 foreach my $test (keys %{ $tests }) {
51 my $expect = $tests->{$test};
H A Drun-tests.pl7 my $tests = (defined $ENV{'RUNTESTS'} ? $ENV{'RUNTESTS'} : '');
15 next if ($tests ne '' and $tests !~ /(^|\s+)$1(\s+|$)/);
H A Dcleanup.sh7 tmpdir=$top_builddir/tests/tmp/
H A Dmod-ssi.t11 use Test::More tests => 4;
H A Dmod-access.t11 use Test::More tests => 4;
H A Dmod-userdir.t11 use Test::More tests => 5;
H A Dmod-setenv.t11 use Test::More tests => 6;
H A Dcore-keepalive.t11 use Test::More tests => 7;
H A Dcore-404-handler.t21 use Test::More tests => 8;
H A Dmod-redirect.t11 use Test::More tests => 7;
H A Dmod-rewrite.t11 use Test::More tests => 8;
H A Dlowercase.t11 use Test::More tests => 10;
H A Dmod-compress.t11 use Test::More tests => 11;
H A Dmod-secdownload.t11 use Test::More tests => 7;
H A Dmod-proxy.t11 use Test::More tests => 9;
H A Dcore-response.t11 use Test::More tests => 12;
H A Dsymlink.t11 use Test::More tests => 10;
H A Dcachable.t11 use Test::More tests => 13;
H A Dmod-auth.t11 use Test::More tests => 15;
H A Dcore-condition.t11 use Test::More tests => 19;
H A Dmod-cgi.t11 use Test::More tests => 18;
H A DMakefile.am16 run-tests.pl \
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DMakefile.am1 SUBDIRS=src doc tests subdir
H A Dconfigure.ac593 dnl check for fastcgi lib, for the tests only
729 tests/Makefile \
730 tests/docroot/Makefile \
731 tests/docroot/123/Makefile \
732 tests/docroot/www/Makefile \
733 tests/docroot/www/go/Makefile \
734 tests/docroot/www/indexfile/Makefile \
735 tests/docroot/www/expire/Makefile \

12