Searched refs:test21 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcomm-219 tmpfiles="$tmpfiles mcomm-test21.in1 mcomm-test21.in2"
10 cat <<EOF > mcomm-test21.in1
18 cat <<EOF > mcomm-test21.in2
26 tmpfiles="$tmpfiles mcomm-test21.out"
28 ${MSGCOMM} --more-than=0 -o mcomm-test21.out mcomm-test21.in1 mcomm-test21.in2
31 tmpfiles="$tmpfiles mcomm-test21.ok"
32 cat << EOF > mcomm-test21
[all...]
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c1041 ATF_TC(test21); variable
1042 ATF_TC_HEAD(test21, tc)
1044 atf_tc_set_md_var(tc, "descr", "test21");
1046 ATF_TC_BODY(test21, tc)
1164 ATF_TP_ADD_TC(tp, test21);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
342 test21: $(PROG) test21.ref
348 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nfc . >test21.tmp 2>&1
349 diff test21.ref test21.tmp
350 rm -f main.cf master.cf test21.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1629 static void test21(void) function
1641 printf("Run test21\n");
1683 FAILED(code1.func1((sljit_sw)&buf) != 19, "test21 case 1 failed\n");
1684 FAILED(buf[2] != -16, "test21 case 2 failed\n");
1685 FAILED(buf[3] != 100, "test21 case 3 failed\n");
5363 test21();

Completed in 225 milliseconds