| /freebsd/tests/ |
| H A D | README | 21 * 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/contrib/kyua/model/ |
| H A D | metadata_test.cpp | 91 model::paths_set programs; in ATF_TEST_CASE_BODY() local 92 programs.insert(fs::path("1-program")); in ATF_TEST_CASE_BODY() 93 programs.insert(fs::path("2-program")); in ATF_TEST_CASE_BODY() 115 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY() 196 model::paths_set programs; in ATF_TEST_CASE_BODY() local 197 programs.insert(fs::path("the-programs")); in ATF_TEST_CASE_BODY() 214 .set_required_programs(programs) in ATF_TEST_CASE_BODY() 229 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY() 263 model::paths_set programs; in ATF_TEST_CASE_BODY() local 264 programs.insert(fs::path("program")); in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | decosf1 | 8 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/contrib/ntp/ |
| H A D | README | 29 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/share/mk/ |
| H A D | bsd.README | 18 bsd.compat.mk - definitions for building programs against compat ABIs 44 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 102 multiple programs in a single directory. It's a lot easier to split up 103 the programs than to deal with the problem. Most of the agony comes from 146 CFLAGS_NO_SIMD Add this to CFLAGS for programs that don't want any SIMD 189 since that's used to link programs as well, so linker 314 The include file <bsd.prog.mk> handles building programs from one or 472 The include file, <bsd.compat.mk>, allows programs (built with [all …]
|
| /freebsd/contrib/atf/ |
| H A D | README.md | 4 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 D | README | 9 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 D | NEWS | 220 processes spawned by atf, not only test programs, which caused breakage 260 ensure that test cases are properly defined in test programs and helps 271 * All test programs will now print a warning when they are not run through 305 programs in an attempt to aid debugging. Contributed by Antti Kantee. 322 * PR bin/44301: Fixed the sample XSLT file to report bogus test programs 427 * Removed usage messages from test programs to simplify the 430 lines on terminal boundaries. Test programs are not supposed to be run 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 486 -s when running test programs that do not live in the current directory. [all …]
|
| /freebsd/sys/contrib/openzfs/module/lua/ |
| H A D | README.zfs | 25 source tree to enable execution of ZFS channel programs, including its 30 programs, please refer to the zfs-program(1m) man page instead. 36 The Lua runtime is considered stable software. Channel programs don't need much 38 nice-to-have, but not required for channel programs to be well-supported. As 48 programs. These changes include: 54 neither of these make sense from inside channel programs. We have removed
|
| /freebsd/contrib/sendmail/test/ |
| H A D | README | 11 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/contrib/sendmail/smrsh/ |
| H A D | README | 17 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/lib/atf/tests/test-programs/ |
| H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/lib/atf/test-programs 8 .PATH: ${ATF}/test-programs
|
| /freebsd/share/examples/tests/ |
| H A D | README | 2 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/contrib/kyua/ |
| H A D | README.md | 17 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 D | NEWS.md | 179 and TAP test programs via the environment. The name of the 293 handle test programs that report a pass but exit with a non-zero code. 319 test programs that comply with the Test Anything Protocol. 375 test programs right from the `Kyuafile`. This is to make plain test 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 531 * Enabled logging to stderr for our own test programs. This makes it 542 programs implemented using different frameworks. What this means is 544 programs, but also "legacy" (aka plain) test programs that do not use [all …]
|
| /freebsd/contrib/less/ |
| H A D | README | 97 6. If the make succeeds, it will generate the programs "less", 99 generated programs. 138 4. If the make succeeds, it will generate the programs "less.exe" and 139 "lesskey.exe" in your current directory. Test the generated programs. 174 6. If the make succeeds, it will generate the programs "LESS.EXE" and 175 "LESSKEY.EXE" in your current directory. Test the generated programs. 199 6. If the make succeeds, it will generate the programs "less.exe" and 200 "lesskey.exe" in your current directory. Test the generated programs. 235 6. If the make succeeds, it will generate the programs "less" and 236 "lesskey" in your current directory. Test the generated programs.
|
| /freebsd/usr.bin/zstd/ |
| H A D | Makefile | 15 CFLAGS+= -I${SRCTOP}/sys/contrib/zstd/programs \ 32 .PATH: ${SRCTOP}/sys/contrib/zstd/programs
|
| /freebsd/contrib/ntp/util/ |
| H A D | README | 3 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/crypto/openssl/Configurations/ |
| H A D | README-design.md | 29 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 238 SOURCE variables, and AS source files for programs and 330 "programs" => 340 "programs" => 400 of information. Still, it tells us that to build all programs, we [all …]
|
| /freebsd/release/packages/ucl/ |
| H A D | kyua-all.ucl | 50 Kyua is able to execute test programs written with a plethora of testing 52 kyua's design originated from. However, framework-less test programs and 53 TAP-compliant test programs can also be executed through kyua.
|
| /freebsd/usr.sbin/crunch/ |
| H A D | README | 26 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/tools/test/ |
| H A D | README | 1 This directory is for standalone test programs. For the FreeBSD 16 net A set of generic test programs for networking.
|
| /freebsd/crypto/openssl/ |
| H A D | NOTES-VALGRIND.md | 9 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/crypto/heimdal/doc/ |
| H A D | intro.texi | 24 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/contrib/unbound/doc/ |
| H A D | README.tests | 10 You need to have the following programs installed and in your PATH. 16 The optional programs are detected and can be omitted.
|