Searched refs:PROG (Results 1 - 25 of 1228) sorted by relevance

1234567891011>>

/openbsd-current/regress/sys/arch/m88k/usertrap/
H A Dtestsuite.sh7 PROG=./trap
11 ${PROG} 0
12 ${PROG} 1
13 ${PROG} 2
14 ${PROG} 3
15 ${PROG} 4
16 ${PROG} 5
17 ${PROG} 6
18 ${PROG} 7
19 ${PROG}
[all...]
/openbsd-current/regress/include/bitstring/
H A DMakefile4 PROG= ./bitstring_test macro
8 test-8: ${PROG}
9 ${PROG} 8 | diff - ${.CURDIR}/good/8
11 test-27: ${PROG}
12 ${PROG} 27 | diff - ${.CURDIR}/good/27
14 test-32: ${PROG}
15 ${PROG} 32 | diff - ${.CURDIR}/good/32
17 test-49: ${PROG}
18 ${PROG} 49 | diff - ${.CURDIR}/good/49
20 test-64: ${PROG}
[all...]
/openbsd-current/regress/sys/kern/syscall_segment/main/
H A DMakefile3 PROG= syscall_main macro
5 run-regress-${PROG}: ${PROG}
6 rm -f ${PROG}.core
7 ulimit -c unlimited && ! ./${PROG}
8 if [ ! -e ${PROG}.core ]; then echo "No coredump"; false; fi
/openbsd-current/regress/sys/kern/stackpivot/pagefault/
H A DMakefile2 PROG= stackpivot macro
4 run-regress-${PROG}: ${PROG}
5 rm -f ./${PROG}.core
6 ulimit -c unlimited && ! ./${PROG}
7 if [ ! -e ./${PROG}.core ]; then echo "No coredump"; false; fi
/openbsd-current/regress/sys/kern/stackpivot/syscall/
H A DMakefile2 PROG= stackpivot macro
4 run-regress-${PROG}: ${PROG}
5 rm -f ./${PROG}.core
6 ulimit -c unlimited && ! ./${PROG}
7 if [ ! -e ./${PROG}.core ]; then echo "No coredump"; false; fi
/openbsd-current/regress/lib/libc/locale/check_isw/
H A DMakefile3 PROG = check_isw macro
5 run-regress-${PROG}: ${PROG}
6 ./${PROG} >/dev/null
/openbsd-current/sys/arch/amd64/stand/cdbr/
H A DMakefile7 PROG= cdbr macro
23 CLEANFILES+= ${PROG}.orig
25 ${PROG}: $(OBJS) $(DPADD)
26 $(LD) $(LDFLAGS) -o $(PROG) $(OBJS) $(LDADD)
27 @size $(PROG)
28 @if [ -x ${.OBJDIR}/${PROG} ]; then \
29 cp ${PROG} ${PROG}.orig; \
30 objcopy -O binary ${PROG} ${.OBJDIR}/.tmp;\
31 mv -f ${.OBJDIR}/.tmp ${.OBJDIR}/${PROG}; \
[all...]
/openbsd-current/regress/lib/libc/ieeefp/infinity/
H A DMakefile3 PROG= infinity macro
10 add: ${PROG}
11 ./${PROG} -a
13 mult: ${PROG}
14 ./${PROG} -m
16 neg: ${PROG}
17 ./${PROG} -n
19 pumpkin: ${PROG}
20 ./${PROG} -p
/openbsd-current/regress/sys/arch/sparc64/emul-ldqstq/badfreg/
H A DMakefile3 PROG=badfpreg macro
27 t_ld_f2_imm: ${PROG}
28 ${.OBJDIR}/${PROG} 2 ld imm
30 t_st_f2_imm: ${PROG}
31 ${.OBJDIR}/${PROG} 2 st imm
33 t_ld_f2_reg: ${PROG}
34 ${.OBJDIR}/${PROG} 2 ld reg
36 t_st_f2_reg: ${PROG}
37 ${.OBJDIR}/${PROG} 2 st reg
39 t_ld_f6_imm: ${PROG}
[all...]
/openbsd-current/regress/sys/kern/pledge/sigabrt/
H A DMakefile2 PROG= sigabrt macro
5 run-regress-${PROG}: ${PROG}
6 rm -f ./${PROG}.core
7 ulimit -c unlimited && if ./${PROG}; then false; else true; fi
8 if [ ! -e ./${PROG}.core ]; then echo "No coredump"; false; fi
9 ./${PROG} | diff -I OpenBSD -u ${.CURDIR}/${PROG}.out -
/openbsd-current/regress/lib/libpthread/pcap/
H A DMakefile3 PROG= pcap macro
8 REGRESS_ROOT_TARGETS= run-regress-${PROG}
10 run-regress-${PROG}: ${PROG}
11 ${SUDO} ./${PROG}
/openbsd-current/regress/sys/netinet/recvmsg/
H A DMakefile3 PROG= recvmsg macro
8 dgram: ${PROG}
9 ./${PROG} -4d
11 raw: ${PROG}
12 ${SUDO} ./${PROG} -4r
/openbsd-current/regress/lib/libc/arc4random-fork/
H A DMakefile3 PROG= arc4random-fork macro
11 run: ${PROG}
12 ./${PROG}
14 run-buf: ${PROG}
15 ./${PROG} -b
17 run-prefork: ${PROG}
18 ./${PROG} -p
20 run-buf-prefork: ${PROG}
21 ./${PROG} -bp
/openbsd-current/regress/lib/libc/ieeefp/except/
H A DMakefile3 PROG=except macro
12 fltdiv: ${PROG}
13 ./${PROG} fltdiv
15 fltinv: ${PROG}
16 ./${PROG} fltinv
18 fltovf: ${PROG}
19 ./${PROG} fltovf
21 fltund: ${PROG}
22 ./${PROG} fltund
/openbsd-current/regress/lib/libc/ifnameindex/
H A DMakefile3 PROG= ifnitest macro
9 do-test: ${PROG}
10 ./${PROG}
/openbsd-current/bin/echo/
H A DMakefile3 PROG= echo macro
/openbsd-current/bin/kill/
H A DMakefile3 PROG= kill macro
/openbsd-current/bin/pwd/
H A DMakefile3 PROG= pwd macro
/openbsd-current/regress/lib/libpthread/restart/read/
H A DMakefile3 PROG = read macro
/openbsd-current/regress/lib/libpthread/select/
H A DMakefile3 PROG= select macro
/openbsd-current/regress/libexec/ld.so/randomdata/ld.so-cookie/
H A DMakefile3 PROG=test macro
/openbsd-current/regress/sys/kern/exit/
H A DMakefile3 PROG= exit macro
/openbsd-current/regress/sys/kern/wait/
H A DMakefile3 PROG= wait macro
/openbsd-current/regress/lib/libc/fnmatch/
H A DMakefile3 PROG= fnm_test macro
7 run-regress-${PROG}:
8 ./${PROG} ${.CURDIR}/${PROG}.in
/openbsd-current/regress/lib/libc/locale/setlocale/
H A DMakefile3 PROG = setlocale macro
5 run-regress-${PROG}: ${PROG}
6 env -i LC_ALL=fr_FR.UTF-8 ./${PROG}

Completed in 186 milliseconds

1234567891011>>