Home
last modified time | relevance | path

Searched refs:PROGS (Results 1 – 25 of 65) sorted by relevance

123

/openbsd/src/regress/lib/libc/sys/
DMakefile25 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/
DMakefile3 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/
DMakefile24 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/
DMakefile3 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/usr.sbin/bgpd/unittests/
DMakefile5 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/
DMakefile3 PROGS += bio_asn1
4 PROGS += bio_chain
5 PROGS += bio_dump
6 PROGS += bio_host
7 PROGS += bio_mem
/openbsd/src/regress/usr.sbin/rpki-client/
DMakefile.inc5 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 += test-aspa
[all …]
/openbsd/src/regress/lib/libcrypto/curve25519/
DMakefile3 PROGS += ed25519test
4 PROGS += x25519test
6 .for p in ${PROGS}
16 .for p in ${PROGS}
/openbsd/src/regress/lib/libcrypto/sm2/
DMakefile3 PROGS += sm2crypttest
4 PROGS += sm2evptest
5 PROGS += sm2sigtest
15 .for p in ${PROGS}
/openbsd/src/regress/lib/libcrypto/evp/
DMakefile3 PROGS += evp_ecx_test
4 PROGS += evp_pkey_cleanup
5 PROGS += evp_test
6 PROGS += evptest
/openbsd/src/regress/sys/kern/ptrace2/
DMakefile25 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/rsa/
DMakefile3 PROGS += rsa_test
4 PROGS += rsa_method_test
5 PROGS += rsa_padding_test
/openbsd/src/regress/lib/libc/printf/
DMakefile3 PROGS = fp int string macro
5 REGRESS_TARGETS = ${PROGS:S/^/run-regress-/}
7 .for p in ${PROGS}
/openbsd/src/share/mk/
Dbsd.regress.mk14 .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-/}
Dbsd.prog.mk82 .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/sys/kern/unveil/
DMakefile5 PROGS+= syscalls
12 PROGS+= socket
14 PROGS+=access
/openbsd/src/regress/lib/libc/setjmp-fpu/
DMakefile3 PROGS= fpu _setjmp setjmp sigsetjmp macro
12 .for p in ${PROGS:M*jmp}
21 .for p in ${PROGS:M*jmp}
/openbsd/src/regress/lib/libcrypto/ec/
DMakefile9 PROGS += ectest
10 PROGS += ec_asn1_test
11 PROGS += ec_point_conversion
/openbsd/src/regress/lib/libssl/interop/libressl/
DMakefile3 PROGS = client server macro
11 .for p in ${PROGS}
15 .for p in ${PROGS}
/openbsd/src/regress/lib/libcrypto/ecdh/
DMakefile3 PROGS = ecdhtest macro
4 PROGS += ecc_cdh
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
DMakefile.in4 PROGS = basics c_variable cpp_variable var-cmd
12 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
/openbsd/src/regress/sys/kern/flock/
DMakefile3 PROGS+= flock
7 PROGS+= lockf
/openbsd/src/regress/lib/libssl/handshake/
DMakefile3 PROGS += handshake_table
4 PROGS += valid_handshakes_terminate
/openbsd/src/regress/lib/libcrypto/x509/
DMakefile3 PROGS = constraints verify x509attribute x509name x509req_ext callback macro
4 PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test
/openbsd/src/regress/sys/kern/pledge/filedescriptor/
DMakefile21 PROGS = dup dup2 dup3 dev pass macro
30 .for p in ${PROGS}

123