代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/322590/3523170
c notpredicate1.c
//Testing Not operator with all comparision operator on int data type.
//Five tuples are inserted and then selected using single term predicates
//all with NOT operator
#include
int id = 0;
c
www.eeworm.com/read/322306/3525718
in makefile.in
srcdir = .
OBJROOT =
SRCROOT =
SHELL = /bin/sh
#
# this is for code to support embedded testing
#
SUPPORT=support.o
#
# to add a new test, put it's name here, and list the objects
# required too.
T
www.eeworm.com/read/321483/3533534
t biglog.t
#!/usr/bin/perl -w
# Test blog function (and bpow, since it uses blog), as well as bexp().
use Test::More;
use strict;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $loca
www.eeworm.com/read/321483/3533561
t req_mbf1.t
#!/usr/bin/perl -w
# check that simple requiring BigFloat and then bone() works
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/req_mb
www.eeworm.com/read/321483/3533571
t req_mbfa.t
#!/usr/bin/perl -w
# check that simple requiring BigFloat and then bnan() works
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/req_mb
www.eeworm.com/read/321483/3533575
t req_mbfi.t
#!/usr/bin/perl -w
# check that simple requiring BigFloat and then binf() works
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/req_mb
www.eeworm.com/read/321483/3533582
inc bigfltpm.inc
#include this file into another test for subclass testing...
ok ($class->config()->{lib},$CL);
use strict;
my $z;
while ()
{
$_ =~ s/[\n\r]//g; # remove newlines
$_ =~ s/#.*$//; # remo
www.eeworm.com/read/321483/3533588
t calling.t
#!/usr/bin/perl -w
# test calling conventions, and :constant overloading
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/calling.t//i;
www.eeworm.com/read/321483/3533589
t req_mbfn.t
#!/usr/bin/perl -w
# check that simple requiring BigFloat and then new() works
use strict;
use Test;
BEGIN
{
$| = 1;
# to locate the testing files
my $location = $0; $location =~ s/req_mbfn
www.eeworm.com/read/321483/3533740
t todo.t
#!perl -w
BEGIN {
if( $ENV{PERL_CORE} ) {
chdir 't';
@INC = '../lib';
}
}
use Test::More;
plan tests => 18;
$Why = 'Just testing the todo interface.';
my $is_todo;
TODO: