Searched refs:test16 (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dmsgcat-168 tmpfiles="$tmpfiles mcat-test16.in1"
9 cat <<\EOF > mcat-test16.in1
32 tmpfiles="$tmpfiles mcat-test16.in2"
33 cat <<\EOF > mcat-test16.in2
48 tmpfiles="$tmpfiles mcat-test16.out"
49 rm -f mcat-test16.out
51 ${MSGCAT} -o mcat-test16.out mcat-test16.in1 mcat-test16.in2
54 tmpfiles="$tmpfiles mcat-test16
[all...]
H A Dmsgcomm-168 tmpfiles="$tmpfiles mcomm-test16.in1 mcomm-test16.in2"
9 cat <<\EOF > mcomm-test16.in1
33 cat <<\EOF > mcomm-test16.in2
56 tmpfiles="$tmpfiles mcomm-test16.out mcomm-test16.err"
57 rm -f mcomm-test16.out
61 ${MSGCOMM} --more-than=0 -o mcomm-test16.out \
62 mcomm-test16.in1 mcomm-test16
[all...]
H A Dmsgmerge-169 tmpfiles="$tmpfiles mm-test16.po"
10 cat <<\EOF > mm-test16.po
34 tmpfiles="$tmpfiles mm-test16.pot"
35 cat <<EOF > mm-test16.pot
63 tmpfiles="$tmpfiles mm-test16.new.po"
65 ${MSGMERGE} -q -o mm-test16.new.po mm-test16.po mm-test16.pot
68 tmpfiles="$tmpfiles mm-test16.ok"
69 cat <<\EOF > mm-test16
[all...]
H A Dmsgattrib-168 tmpfiles="$tmpfiles ma-test16.po"
9 cat <<\EOF > ma-test16.po
47 tmpfiles="$tmpfiles ma-test16.out"
49 ${MSGATTRIB} --fuzzy -o ma-test16.out ma-test16.po
52 tmpfiles="$tmpfiles ma-test16.ok"
53 cat <<\EOF > ma-test16.ok
80 ${DIFF} ma-test16.ok ma-test16.out
/netbsd-current/tests/lib/libc/stdio/
H A Dt_fmemopen.c779 ATF_TC(test16); variable
780 ATF_TC_HEAD(test16, tc)
782 atf_tc_set_md_var(tc, "descr", "test16");
784 ATF_TC_BODY(test16, tc)
1159 ATF_TP_ADD_TC(tp, test16);
/netbsd-current/external/ibm-public/postfix/dist/src/postconf/
H A DMakefile.in53 test12 test13 test14 test15 test16 test17 test18 test19 test20 test21 \
290 test16: $(PROG) test16.ref
293 $(HTABLE_FIX) $(SHLIB_ENV) $(VALGRIND) ./$(PROG) -nc . >test16.tmp 2>&1
294 diff test16.ref test16.tmp
295 rm -f main.cf master.cf test16.tmp
/netbsd-current/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c1259 static void test16(void) function
1271 printf("Run test16\n");
1316 FAILED(code.func2(3, 3) != 61, "test16 case 1 failed\n");
1318 /* FAILED(code.func2(3, 11) != 16381, "test16 case 1 failed\n"); */
5358 test16();

Completed in 204 milliseconds