代码搜索结果

找到约 10,000 项符合 Test 的代码

test.lnp

".\Os_core.obj", ".\Os_q.obj", ".\Os_sem.obj", "ext1.obj", "VIIC_C51.obj", "ZLG7290.obj", ".\Os_cpu_c.obj", ".\Os_cpu_a.obj" TO "test" PRINT("E:\temp\test.m51") RAMSIZE(256)

test.txt

//函数名: qsort //功 能: 使用快速排序例程进行排序 //用 法: void qsort(void *base, int nelem, int width, int (*fcmp)()); #include #include #include int sort_function( const

link.test

#! /bin/sh # link.test - make sure that linking against libraries is legal. # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcdir" =

sh.test

#! /bin/sh # sh.test - check that we haven't forgotten a `test' command # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcdir" = "$0

assign.test

#! /bin/sh # assign.test - check that we don't put break or continue on the same # line as an assignment # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "

nomode.test

#! /bin/sh # nomode.test - check that we can actually get help # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcdir" = "$0" && srcd

hardcode.test

#! /bin/sh # hardcode.test - check to see what the system linker hardcodes # Test script header. need_prefix=yes if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcdir" =

quote.test

#! /bin/sh # quote.test - make sure that shell metacharacters do not blow up libtool # Test script header. need_prefix=no if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$

deplibs.test

#! /bin/sh # deplibs.test - check whether the shared library check method is OK # Test script header. need_prefix=yes if test -z "$srcdir"; then srcdir=`echo "$0" | sed 's%/[^/]*$%%'` test "$srcd

suffix.test

#! /bin/sh # suffix.test - check that libtool knows how to transform source suffices. # Extensions taken from the ones that Automake recognizes, plus Objective C, # and GNU Ada. extensions="C F S ada