Searched refs:TESTS (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10.1/CPANInternal-159.1/String-ShellQuote-1.04/
H A DMakefile.PL22 test => { TESTS => 'test.t' },
/macosx-10.10.1/KerberosHelper-151/regression/
H A DMakefile6 TESTS = macro
8 TESTS += $(KDCSUPPORTS_REFERRALS)
13 for a in $(TESTS) ; do \
40 for a in $(TESTS) ; do test -d $$a && (cd $$a && make clean) ; done
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_test84 # Build the test directory TESTS file.
108 f=../test/TESTS
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_objc.py103 TESTS = [u'a'], u'hello', 2
107 for obj,expect in zip(TESTS, EXPECTS):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_objc.py101 TESTS = [u'a'], u'hello', 2
105 for obj,expect in zip(TESTS, EXPECTS):
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dthcoll.cpp204 const char* TESTS[] = { local
242 const int32_t TESTS_length = (int32_t)(sizeof(TESTS)/sizeof(TESTS[0]));
248 compareArray(*coll, TESTS, TESTS_length);
/macosx-10.10.1/pcre-7/pcre/
H A DMakefile.am69 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests
70 TESTS =
222 TESTS += pcrecpp_unittest
227 TESTS += pcre_scanner_unittest
232 TESTS += pcre_stringpiece_unittest
244 TESTS += RunTest
251 TESTS += RunGrepTest
/macosx-10.10.1/ruby-106/ruby/test/testunit/
H A Dtest_parallel.rb6 TESTS = "#{File.dirname(__FILE__)}/tests_for_parallel"
41 @worker_in.puts "run #{TESTS}/ptest_first.rb test"
52 @worker_in.puts "run #{TESTS}/ptest_second.rb test"
65 @worker_in.puts "run #{TESTS}/ptest_first.rb test"
70 @worker_in.puts "run #{TESTS}/ptest_second.rb test"
82 @worker_in.puts "run #{TESTS}/ptest_first.rb test"
92 @worker_in.puts "run #{TESTS}/ptest_forth.rb test"
126 @test_pid = spawn(*@options[:ruby], TESTS+"/runner.rb",
148 @test_pid = spawn(*@options[:ruby], TESTS+"/runner.rb",
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/Install/
H A DMakefile.pm165 $args->{test} = { TESTS => $self->tests };
168 TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtests.com1 $! TESTS.COM -- Performs the necessary tests
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A DMakefile.am13 TESTS=run_tests.sh
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_objc.py117 TESTS = ['a'], 'hello', 2
121 for obj,expect in zip(TESTS, EXPECTS):
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DMakefile.pm249 TESTS => (join ' ', grep {!$seen{$_}++} @tests),
256 TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/Install/
H A DMakefile.pm249 TESTS => (join ' ', grep {!$seen{$_}++} @tests),
256 TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/Install/
H A DMakefile.pm252 TESTS => (join ' ', grep {!$seen{$_}++} @tests),
259 TESTS => join( ' ', map { "$_/*.t" } grep { -d $_ } qw{ t xt } ),
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh298 *) msg="TEST $TITLE, $TESTS test"
299 case $TESTS in
313 TESTS=0
1015 ((TESTS++))
1328 integer ERRORS=0 ENVIRONS=0 EXPORTS=0 TESTS=0 SUBTESTS=0 LINE=0 TESTLINE=0
H A DTEST.mk167 REGRESSFLAGS &= $(TESTS:@/ /|/G:/.*/--test=&/:@Q)
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DAutoInstall.pm748 $args{test}{TESTS} ||= 't/*.t';
749 $args{test}{TESTS} = join( ' ',
751 map { glob($_) } split( /\s+/, $args{test}{TESTS} ) );
/macosx-10.10.1/xnu-2782.1.97/tools/tests/superpages/
H A Dtestsp.c610 #define TESTS ((int)(sizeof(test)/sizeof(*test))) macro
658 printf("Running %d tests:\n", TESTS);
659 for (i=0; i<TESTS; i++) {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dautomake.vim29 syn match automakePrimary "^TESTS\s*="me=e-1
/macosx-10.10.1/CPANInternal-159.1/Class-C3-XS-0.13/inc/Module/Install/
H A DMakefile.pm149 $args->{test} = { TESTS => $self->tests };
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/Install/
H A DMakefile.pm149 $args->{test} = { TESTS => $self->tests };
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddnstest.c159 if (chdir(TESTS) == -1)
/macosx-10.10.1/OpenSSL098-52/src/
H A DMakefile.org152 TESTS = alltests
515 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on generate );
535 $(CLEARENV) && $(MAKE) -e $(BUILDENV) TOP=.. TESTS='${TESTS}' OPENSSL_DEBUG_MEMORY=on tests );
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm132 See L</TODO TESTS>.
739 =item * NORMAL TESTS
745 =item * SKIPPED TESTS
754 =item * TODO TESTS

Completed in 296 milliseconds

12