Home
last modified time | relevance | path

Searched refs:programs (Results 1 – 25 of 509) sorted by relevance

12345678910>>...21

/freebsd-14.2/tests/
H A DREADME21 * The goal for /usr/tests/ (the installed test programs) is to follow
31 * Test programs for specific utilities and libraries are located next
32 to the source code of such programs. For example, the tests for the
37 infrastructure and glue code to join all test programs together into
40 * The src/tests/ hierarchy also includes cross-functional test programs:
41 i.e. test programs that cover more than a single utility or library
48 programs being installed --which is a worthy goal because it simplifies
49 the addition of new test programs and simplifies the maintenance of the
/freebsd-14.2/contrib/kyua/model/
H A Dmetadata_test.cpp90 model::paths_set programs; in ATF_TEST_CASE_BODY() local
91 programs.insert(fs::path("1-program")); in ATF_TEST_CASE_BODY()
92 programs.insert(fs::path("2-program")); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY()
195 model::paths_set programs; in ATF_TEST_CASE_BODY() local
196 programs.insert(fs::path("the-programs")); in ATF_TEST_CASE_BODY()
213 .set_required_programs(programs) in ATF_TEST_CASE_BODY()
228 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY()
262 model::paths_set programs; in ATF_TEST_CASE_BODY() local
263 programs.insert(fs::path("program")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-14.2/contrib/ntp/html/hints/
H A Ddecosf18 Config.decosf1 file built the programs here with no problems.
21 use the xntpd or ntpq programs that come with the OSF/1 release. The
22 older programs should be replaced by the newer programs of the same name,
25 install program incompatibility, so you will need to copy the programs by
/freebsd-14.2/contrib/ntp/
H A DREADME29 INSTALL Generic installation instructions for autoconf-based programs.
55 authstuff Directory containing sources for miscellaneous programs
58 programs do not include the cryptographic routines
64 clockstuff Directory containing sources for miscellaneous programs
65 to test certain auxiliary programs used with some kernel
100 programs in the distribution.
104 kernel Directory containing sources for kernel programs such as
109 programs in the distribution.
145 testing programs.
/freebsd-14.2/contrib/atf/
H A DREADME.md4 write test programs in **C, C++ and POSIX shell**.
8 programs in different languages.
10 ATF-based test programs offer a **consistent end-user command-line
13 ATF-based test programs **rely on an execution engine** to be run and
H A DREADME9 implement test programs in a variety of languages. At the moment, ATF
14 ATF-based test programs rely on a separate runtime engine to execute them.
15 The runtime engine is in charge of isolating the test programs from the
H A DNEWS260 ensure that test cases are properly defined in test programs and helps
427 * Removed usage messages from test programs to simplify the
471 * Added atf-sh, an interpreter to process test programs written using
484 * Fixed test programs to get a sane default value for their source
504 * Test programs no longer fork a subprocess to isolate the execution of
521 * Test programs no longer write their status into a special file
625 * Added a -w flag to test programs through which it is possible to
641 C++ and POSIX shell interfaces used to write test programs.
691 test programs too.
725 * atf-report now summarizes the list of failed (bogus) test programs
[all …]
/freebsd-14.2/share/mk/
H A Dbsd.README44 bsd.prog.mk - building programs from source files
45 bsd.progs.mk - build multiple programs from sources
49 bsd.test.mk - building test programs from source files
351 since that's used to link programs as well, so loader
646 build the test programs.
648 runs the test programs with kyua test.
657 remove the test programs and any object files.
675 ATF_TESTS_C The names of the ATF C test programs to build.
687 subdirectories providing helper programs or data files
695 If defined, none of the built test programs get
[all …]
/freebsd-14.2/sys/contrib/openzfs/module/lua/
H A DREADME.zfs24 source tree to enable execution of ZFS channel programs, including its
29 programs, please refer to the zfs-program(1m) man page instead.
35 The Lua runtime is considered stable software. Channel programs don't need much
37 nice-to-have, but not required for channel programs to be well-supported. As
47 programs. These changes include:
53 neither of these make sense from inside channel programs. We have removed
/freebsd-14.2/contrib/sendmail/test/
H A DREADME11 This directory contains several programs to test various OS calls.
13 test programs. Most of them have instructions at the begin of source
16 Notice: most of these programs require set-user-ID or set-group-ID
/freebsd-14.2/release/packages/
H A DMakefile.package64 elftoolchain_COMMENT= ElfToolchain programs and libraries
65 elftoolchain_DESC= ElfToolchain programs and libraries
166 utilities_COMMENT= Non-vital programs and libraries
167 utilities_DESC= Non-vital programs and libraries
174 yp_COMMENT= Yellow Pages programs
175 yp_DESC= Yellow Pages programs
/freebsd-14.2/lib/atf/tests/test-programs/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/lib/atf/test-programs
9 .PATH: ${ATF}/test-programs
/freebsd-14.2/contrib/sendmail/smrsh/
H A DREADME17 programs. When used in conjunction with sendmail, smrsh effectively
18 limits sendmail's scope of program execution to only those programs
84 You should NOT include interpreter programs such as sh(1), csh(1),
90 it with the programs that your site feels are allowable for sendmail
98 After creating the /usr/adm/sm.bin directory, either copy the programs
99 to the directory, or establish links to the allowable programs from
100 /usr/adm/sm.bin. Change the file permissions, so that these programs
102 ensure that the target programs are not modifiable.
/freebsd-14.2/share/examples/tests/
H A DREADME2 This directory contains sample test programs along the Makefile and
5 The goal of these test programs is to illustrate, via simple and
6 heaviliy-commented code, how to construct test programs using all the
/freebsd-14.2/contrib/kyua/
H A DREADME.md17 Kyua is **able to execute test programs written with a plethora of testing
20 designed, but simple, framework-less test programs and TAP-compliant test
21 programs can also be executed through Kyua.
62 test programs. To that end, see the
H A DNEWS.md179 and TAP test programs via the environment. The name of the
319 test programs that comply with the Test Anything Protocol.
376 programs more versatile, by allowing them to specify any of the
395 metadata of both test programs and test cases generically, without
442 commands. This allows executing test programs from a different
542 programs implemented using different frameworks. What this means is
544 programs, but also "legacy" (aka plain) test programs that do not use
545 any framework. I.e. if you have tests that are simple programs that
558 * Generalized the run-time engine to support executing test programs
563 programs that do not use any framework and report their pass/fail
[all …]
/freebsd-14.2/usr.bin/zstd/
H A DMakefile14 CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/programs \
32 .PATH: ${SRCTOP}/sys/contrib/zstd/programs
/freebsd-14.2/contrib/less/
H A DREADME97 6. If the make succeeds, it will generate the programs "less",
99 generated programs.
151 6. If the make succeeds, it will generate the programs "LESS.EXE" and
152 "LESSKEY.EXE" in your current directory. Test the generated programs.
177 6. If the make succeeds, it will generate the programs "less.exe" and
178 "lesskey.exe" in your current directory. Test the generated programs.
204 6. If the make succeeds, it will generate the programs "less.exe" and
205 "lesskey.exe" in your current directory. Test the generated programs.
240 6. If the make succeeds, it will generate the programs "less" and
241 "lesskey" in your current directory. Test the generated programs.
/freebsd-14.2/contrib/ntp/util/
H A DREADME3 This directory contains the sources for the various utility programs.
5 on how to make and install these programs.
25 The byteorder.c and longsize.c programs are used during the configuration
/freebsd-14.2/crypto/openssl/Configurations/
H A DREADME-design.md29 as scripts, library files and programs) and source files (such as C
49 collected together and form a set of programs, libraries, modules and
176 `PROGRAMS` may be used to declare programs only.
181 libraries, programs or modules. The values of `SOURCE` variables must
221 The types are 'programs', 'libraries', 'modules' and
228 programs => a list of programs. These are directly inferred from
330 "programs" =>
340 "programs" =>
400 of information. Still, it tells us that to build all programs, we
418 from static libraries, to programs from object files and libraries,
[all …]
/freebsd-14.2/tools/test/
H A DREADME2 This directory is for standalone test programs. For the FreeBSD
16 net A set of generic test programs for networking.
/freebsd-14.2/crypto/openssl/
H A DNOTES-VALGRIND.md9 Valgrind runs programs in a virtual machine, this means OpenSSL unit
30 programs. The default wrapper (`util/wrap.pl`) initializes the environment
31 to allow programs to find shared libraries. The variable can be modified
/freebsd-14.2/usr.sbin/crunch/
H A DREADME26 one where many programs have been linked together into one a.out file.
27 The different programs are run depending on the value of argv[0], so
32 the following programs in their entirety:
46 The linking together of different programs by hand is an old
/freebsd-14.2/crypto/heimdal/doc/
H A Dintro.texi24 include the most important and useful application programs (rsh, telnet,
58 some simple test programs
62 simple programs for distributing databases between a KDC master and
/freebsd-14.2/contrib/unbound/doc/
H A DREADME.tests10 You need to have the following programs installed and in your PATH.
16 The optional programs are detected and can be omitted.

12345678910>>...21