代码搜索:Testing
找到约 10,000 项符合「Testing」的源代码
代码结果 10,000
www.eeworm.com/read/225531/4795502
test-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/test';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/225531/4795583
date-tests
#! /bin/sh
# This script was generated automatically by mk-script.
case $# in
0) xx='../../src/date';;
*) xx="$1";;
esac
test "$VERBOSE" && echo=echo || echo=:
$echo testing program: $xx
errors=0
www.eeworm.com/read/222917/4815351
phpt 011.phpt
--TEST--
Testing nested functions
--POST--
--GET--
--FILE--
www.eeworm.com/read/222917/4815370
phpt 027.phpt
--TEST--
Testing do-while loop
--POST--
--GET--
--FILE--
--EXPECT--
321
www.eeworm.com/read/222388/4820279
readme
This is a drop-in replacement for TOSSIM's radio stack that operates at
the packet, rather than the bit, level. In preliminary testing it
performs about 100 times faster than the default bit-level rad
www.eeworm.com/read/221464/4828411
py test_all.py
#!/usr/bin/python
import os, sys, string
# clear environment for testing
#
for s in (
'BOOST_ROOT','BOOST_BUILD_PATH','JAM_TOOLSET','BCCROOT',
'MSVCDir','MSVC','MSVCNT','MINGW','watcom
www.eeworm.com/read/221464/4831653
jamfile
#
# To run all tests quietly: jam test
# To run all tests with verbose output: jam -sPYTHON_TEST_ARGS=-v test
#
subproject libs/python/test ;
# bring in the rules for python and testing
import
www.eeworm.com/read/216802/4881531
changes
Release 2.0.0 Wed Jan 11 2006
- We no longer use the "check" library for C unit testing; we
always use the (partial) internal implementation of the API.
- Report XML_NS se
www.eeworm.com/read/216502/4891467
c 3.test.c
#include
#
/* for testing only */
#include "def.h"
testreach()
{
VERT v;
for (v = 0; v < nodenum; ++v)
fprintf(stderr,"REACH(%d) = %d\n",v,REACH(v));
}