HomeSort by: relevance | last modified time | path
    Searched refs:TESTS (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/usr.bin/make/unit-tests/
Makefile 3 # Unit tests for make(1)
8 # run all the tests
22 # Each feature should get its own set of tests in its own suitably
24 # and it should be added to the TESTS list.
26 # Any added files must also be added to src/distrib/sets/lists/tests/mi.
36 # for many tests we need a TMPDIR that will not collide
59 # src/tests/usr.bin/make/t_make.sh as well.
60 TESTS+= archive
61 TESTS+= archive-suffix
62 TESTS+= char-005c-reverse-solidu
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/encode/
Makefile 7 TESTS = ec_encode \
14 all: $(TESTS)
19 $(TESTS):
23 $(RM) *.o $(TESTS)
27 @echo "\nencode tests:"
  /src/crypto/external/apache2/openssl/dist/demos/sslecho/
Makefile 7 TESTS = sslecho
13 all: $(TESTS)
17 $(TESTS):
21 $(RM) $(TESTS) *.o
24 @echo "\nSSL Echo tests:"
  /src/tests/usr.bin/xlint/lint2/
Makefile 13 TESTS+= emit
14 TESTS+= emit_lp64
18 TESTS+= msg_${msg}
20 TESTS+= output_sorted
21 TESTS+= read
22 TESTS+= read_lp64
23 TESTS+= read_printf
25 FILES+= ${TESTS:=.ln}
26 FILES+= ${TESTS:Nemit*:=.exp}
27 FILES+= ${TESTS:Memit*:=.exp-ln
    [all...]
  /src/crypto/external/apache2/openssl/dist/demos/encrypt/
Makefile 7 TESTS = rsa_encrypt
13 all: $(TESTS)
17 $(TESTS):
21 $(RM) *.o $(TESTS)
25 @echo "\nEncrypt tests:"
26 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/keyexch/
Makefile 7 TESTS = x25519 ecdh
13 all: $(TESTS)
18 $(TESTS):
22 $(RM) *.o $(TESTS)
26 @echo "\nKeyExchange tests:"
27 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/cipher/
Makefile 7 TESTS = aesccm \
16 all: $(TESTS)
23 $(TESTS):
27 $(RM) $(TESTS) *.o
31 @echo "\nCipher tests:"
32 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/digest/
Makefile 7 TESTS = EVP_MD_demo \
16 all: $(TESTS)
23 $(TESTS):
27 $(RM) *.o $(TESTS)
30 # Since some of these tests use stdin, we use the source file as stdin
31 # when running the tests
33 @echo "\nDigest tests:"
34 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/kdf/
Makefile 7 TESTS = hkdf \
16 all: $(TESTS)
23 $(TESTS):
27 $(RM) *.o $(TESTS)
31 @echo "\nKDF tests:"
32 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/mac/
Makefile 7 TESTS = gmac \
16 all: $(TESTS)
23 $(TESTS):
27 $(RM) *.o $(TESTS)
31 @echo "\nMAC tests:"
32 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/signature/
Makefile 7 TESTS = EVP_EC_Signature_demo \
17 all: $(TESTS)
25 $(TESTS):
29 $(RM) *.o $(TESTS)
33 @echo "\nSignature tests:"
34 @set -e; for tst in $(TESTS); do \
  /src/crypto/external/apache2/openssl/dist/demos/smime/
Makefile 8 TESTS = smenc \
18 all: $(TESTS)
26 $(TESTS):
30 $(RM) $(TESTS) *.o
33 @echo "\nS/MIME tests:"
  /src/crypto/external/bsd/libsaslc/dist/test/
Makefile 29 @echo "* ATF TESTS: *"
37 @echo "* VALGRIND TESTS: *"
48 tests: build atf valgrind
  /src/crypto/external/apache2/openssl/dist/demos/pkey/
Makefile 7 TESTS = EVP_PKEY_EC_keygen \
18 all: $(TESTS)
32 $(TESTS):
36 $(RM) *.o $(TESTS)
40 @echo "\nPKEY tests:"
41 @set -e; for tst in $(TESTS); do \
  /src/external/mit/isl/dist/
check_reparse_test_templ.c 8 #undef TESTS
9 #define TESTS CAT(reparse_,CAT(BASE,_tests))
16 static isl_stat FN(check,TESTS)(isl_ctx *ctx)
20 for (i = 0; i < ARRAY_SIZE(TESTS); ++i) {
23 obj = FN(TYPE,read_from_str)(ctx, TESTS[i]);
check_parse_fail_test_templ.c 17 #undef TESTS
18 #define TESTS CAT(parse_,CAT(BASE,_fail_tests))
23 static isl_stat FN(check,TESTS)(isl_ctx *ctx)
30 n = ARRAY_SIZE(TESTS);
34 obj = FN(TYPE,read_from_str)(ctx, TESTS[i]);
  /src/crypto/external/apache2/openssl/dist/demos/bio/
Makefile 7 TESTS = client-arg \
19 all: $(TESTS)
29 $(TESTS):
33 $(RM) $(TESTS) *.o
36 @echo "\nBIO tests:"
  /src/crypto/external/apache2/openssl/dist/demos/cms/
Makefile 8 TESTS = cms_comp \
22 all: $(TESTS)
34 $(TESTS):
38 $(RM) $(TESTS) *.o
41 @echo "\nCMS tests:"
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_looplen.c 37 #define TESTS 10
46 for (i = 0; i < TESTS; i++) {
52 cpl = ((double)time_tot) / (double)TESTS / (double)LOOPS;
55 printf("time_tot = %llu, LOOPS = %d, TESTS = %d\n",
56 (unsigned long long) time_tot, LOOPS, TESTS);
  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
Makefile.am 1 ## Makefile for the gettext-runtime/tests subdirectory of GNU gettext
23 TESTS = test-lock
  /src/external/gpl2/gettext/dist/gettext-tools/libuniname/
Makefile.am 33 TESTS = test-names.sh
41 EXTRA_DIST += $(TESTS) UnicodeDataNames.txt
  /src/external/bsd/tradcpp/dist/tests/
Makefile 4 TESTS=\
9 all: run-tests .WAIT show-diffs
11 .for T in $(TESTS)
12 run-tests: $(T).diff
23 .for T in $(TESTS)
28 .for T in $(TESTS)
33 .for T in $(TESTS)
37 .PHONY: all run-tests show-diffs clean good
  /src/usr.bin/make/
test-variants.mk 3 # Build several variants of make and run the tests on them.
16 TESTS+= default
23 TESTS+= sanitize
32 TESTS+= llvm
36 TESTS+= emalloc
41 TESTS+= filemon-dev
45 TESTS+= filemon-ktrace
48 TESTS+= filemon-none
50 # The following tests only fail due to the extra variable in the debug log.
58 TESTS+= no-met
    [all...]
  /src/external/lgpl3/gmp/dist/tests/misc/
Makefile.am 21 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/tests
23 LDADD = $(top_builddir)/tests/libtests.la $(top_builddir)/libgmp.la
26 TESTS = $(check_PROGRAMS)
28 # Temporary files used by the tests. Removed automatically if the tests
33 $(top_builddir)/tests/libtests.la:
34 cd $(top_builddir)/tests; $(MAKE) $(AM_MAKEFLAGS) libtests.la
  /src/crypto/external/apache2/openssl/dist/demos/guide/
Makefile 7 TESTS = tls-client-block \
20 all: $(TESTS) chain
37 $(TESTS):
41 $(RM) $(TESTS) *.o
45 @echo "\nTLS and QUIC tests:"

Completed in 45 milliseconds

1 2 3