| /openbsd-src/regress/lib/libc/sys/ |
| H A D | Makefile | 25 REGRESS_TARGETS = ${PROGS:S/^/run-/} 28 PROGS = macro 29 PROGS += t_access 30 PROGS += t_bind 31 PROGS += t_chroot t_clock_gettime 32 PROGS += t_connect 33 PROGS += t_dup 34 PROGS += t_fork 35 PROGS += t_fsync 36 PROGS += t_getgroups t_getitimer t_getlogin t_getpid t_getrusage [all …]
|
| /openbsd-src/regress/lib/libcrypto/bn/ |
| H A D | Makefile | 3 PROGS += bn_add_sub 4 PROGS += bn_bits 5 PROGS += bn_cmp 6 PROGS += bn_convert 7 PROGS += bn_gcd 8 PROGS += bn_general 9 PROGS += bn_isqrt 10 PROGS += bn_mod_exp 11 PROGS += bn_mod_inverse 12 PROGS += bn_mod_sqrt [all …]
|
| /openbsd-src/regress/lib/libm/msun/ |
| H A D | Makefile | 24 REGRESS_TARGETS = ${PROGS:S/^/run-/} 27 PROGS = macro 28 PROGS+= cexp_test 29 PROGS+= conj_test 30 PROGS+= csqrt_test 31 PROGS+= ctrig_test 32 PROGS+= exponential_test 33 PROGS+= fenv_test 34 PROGS+= fma_test 35 PROGS+= fmaxmin_test [all …]
|
| /openbsd-src/regress/lib/libssl/unit/ |
| H A D | Makefile | 3 PROGS += cipher_list 4 PROGS += ssl_get_shared_ciphers 5 PROGS += ssl_methods 6 PROGS += ssl_set_alpn_protos 7 PROGS += ssl_verify_param 8 PROGS += ssl_versions 9 PROGS += tls_ext_alpn 10 PROGS += tls_prf
|
| /openbsd-src/regress/sys/kern/unixsockets/ |
| H A D | Makefile | 19 PROGS = undgram_selfconn ungc unixsock_test macro 21 PROGS += unconacc 24 PROGS += undgram_conclose 27 PROGS += unfdpassfail 30 PROGS += unsendrecvthr 33 PROGS += unsopassgc
|
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | Makefile | 5 PROGS += rde_sets_test 6 PROGS += rde_trie_test 7 PROGS += rde_community_test 8 PROGS += rde_decide_test 9 PROGS += rde_aspa_test 10 PROGS += rde_flowspec_test 12 .for p in ${PROGS}
|
| /openbsd-src/regress/lib/libcrypto/bio/ |
| H A D | Makefile | 3 PROGS += bio_asn1 4 PROGS += bio_chain 5 PROGS += bio_dump 6 PROGS += bio_host 7 PROGS += bio_mem
|
| /openbsd-src/regress/lib/libcrypto/evp/ |
| H A D | Makefile | 3 PROGS += evp_ecx_test 4 PROGS += evp_pkey_cleanup 5 PROGS += evp_test 6 PROGS += evptest
|
| /openbsd-src/regress/lib/libcrypto/curve25519/ |
| H A D | Makefile | 3 PROGS += ed25519test 4 PROGS += x25519test 6 .for p in ${PROGS} 16 .for p in ${PROGS}
|
| /openbsd-src/regress/lib/libcrypto/sm2/ |
| H A D | Makefile | 3 PROGS += sm2crypttest 4 PROGS += sm2evptest 5 PROGS += sm2sigtest 15 .for p in ${PROGS}
|
| /openbsd-src/regress/usr.sbin/rpki-client/ |
| H A D | Makefile.inc | 5 PROGS += test-ip 6 PROGS += test-cert 7 PROGS += test-gbr 8 PROGS += test-geofeed 9 PROGS += test-mft 10 PROGS += test-roa 11 PROGS += test-rsc 12 PROGS += test-tal 13 PROGS += test-rrdp 14 PROGS [all...] |
| /openbsd-src/regress/sys/kern/ptrace2/ |
| H A D | Makefile | 25 REGRESS_TARGETS = ${PROGS:S/^/run-/} 28 PROGS = ptrace_test macro 30 . for p in ${PROGS} 36 .for p in ${PROGS}
|
| /openbsd-src/regress/lib/libcrypto/ec/ |
| H A D | Makefile | 9 PROGS += ectest 10 PROGS += ec_asn1_test 11 PROGS += ec_point_conversion
|
| /openbsd-src/regress/lib/libc/printf/ |
| H A D | Makefile | 3 PROGS = fp int string macro 5 REGRESS_TARGETS = ${PROGS:S/^/run-regress-/} 7 .for p in ${PROGS}
|
| /openbsd-src/share/mk/ |
| H A D | bsd.regress.mk | 14 .if defined(REGRESS_TARGETS) && !defined(PROG) && !defined(PROGS) 40 .for p in ${PROG} ${PROGS} 48 .if (defined(PROG) || defined(PROGS)) && !defined(REGRESS_TARGETS) 49 REGRESS_TARGETS= ${PROG:S/^/run-regress-/} ${PROGS:S/^/run-regress-/} 51 REGRESS_SKIP_TARGETS= ${PROG:S/^/run-regress-/} ${PROGS:S/^/run-regress-/}
|
| H A D | bsd.prog.mk | 82 .if defined(PROGS) 83 . for p in ${PROGS} 104 MAN ?= ${PROGS:=.1} 107 .if defined(PROG) || defined(PROGS) 132 all: ${PROG} ${PROGS} _SUBDIRUSE 134 BUILDAFTER += ${PROG} ${PROGS} ${OBJS} 139 ${PROG} ${PROGS} ${OBJS} ${_LEXINTM} ${_YACCINTM} ${CLEANFILES} 159 . if defined(PROGS) 160 . for p in ${PROGS}
|
| /openbsd-src/regress/lib/libc/setjmp-fpu/ |
| H A D | Makefile | 3 PROGS= fpu _setjmp setjmp sigsetjmp macro 12 .for p in ${PROGS:M*jmp} 21 .for p in ${PROGS:M*jmp}
|
| /openbsd-src/regress/lib/libssl/verify/ |
| H A D | Makefile | 10 PROGS += verify 12 .for p in ${PROGS} 30 .for p in ${PROGS}
|
| /openbsd-src/regress/lib/libssl/interop/libressl/ |
| H A D | Makefile | 3 PROGS = client server macro 11 .for p in ${PROGS} 15 .for p in ${PROGS}
|
| /openbsd-src/regress/lib/libssl/interop/openssl30/ |
| H A D | Makefile | |
| /openbsd-src/regress/lib/libssl/interop/openssl11/ |
| H A D | Makefile | |
| /openbsd-src/regress/lib/libssl/interop/openssl31/ |
| H A D | Makefile | |
| /openbsd-src/regress/lib/libcrypto/ecdh/ |
| H A D | Makefile | 3 PROGS = ecdhtest macro 4 PROGS += ecc_cdh
|
| /openbsd-src/regress/sys/kern/unveil/ |
| H A D | Makefile | 5 PROGS+= syscalls 12 PROGS+= socket 14 PROGS+=access
|
| /openbsd-src/regress/usr.bin/rsync-unit/ |
| H A D | Makefile | 5 PROGS += rmatch_test 7 .for p in ${PROGS}
|