| /minix3/external/bsd/bind/dist/unit/atf-src/test-programs/ |
| H A D | Makefile.am.inc | 30 tests_test_programs_DATA = test-programs/Atffile \ 31 test-programs/Kyuafile 32 tests_test_programsdir = $(pkgtestsdir)/test-programs 35 tests_test_programs_PROGRAMS = test-programs/c_helpers 36 test_programs_c_helpers_SOURCES = test-programs/c_helpers.c 39 tests_test_programs_PROGRAMS += test-programs/cpp_helpers 40 test_programs_cpp_helpers_SOURCES = test-programs/cpp_helpers.cpp 43 common_sh = $(srcdir)/test-programs/common.sh 44 EXTRA_DIST += test-programs/common.sh 46 tests_test_programs_SCRIPTS = test-programs/sh_helpers [all …]
|
| /minix3/external/bsd/flex/dist/examples/manual/ |
| H A D | README | 1 This directory contains the example programs from the manual, and a 2 few other things as well. To make all the programs, simply type "make 6 To build the programs individually, type
|
| /minix3/external/mit/expat/dist/conftools/ |
| H A D | PrintPath | 38 * ) programs="$programs $args" ;; 91 for program in $programs
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | INSTALL.OS2 | 17 build the OpenSSL libraries & programs by running 21 If that finishes successfully you will find the libraries and programs in the 30 libraries in the "out_dll" directory along with the set of test programs
|
| H A D | INSTALL.VMS | 87 TEST Just build the "[.xxx.EXE.TEST]" test programs for OpenSSL. 88 APPS Just build the "[.xxx.EXE.APPS]" application programs for OpenSSL. 111 useful programs in [.xxx.EXE.APPS]. However, these shouldn't be used 115 Note 1: Some programs in this package require a TCP/IP library. 164 subdirectories, libraries, header files, programs and startup command 204 programs. 206 compile programs with libcrypto or libssl. 262 programs will still be linked with the current version of the 271 I'm not perfectly sure all the programs will use the SSLCERTS:
|
| /minix3/crypto/external/bsd/openssl/dist/demos/ |
| H A D | README | 1 NOTE: Don't expect any of these programs to work with current 7 Some demo programs sent to me by various people
|
| /minix3/external/bsd/atf/tests/atf/test-programs/ |
| H A D | Makefile | 5 TESTSDIR= ${TESTSBASE}/atf/test-programs 9 .PATH: ${SRCDIR}/test-programs
|
| /minix3/external/bsd/atf/dist/ |
| 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 | 143 processes spawned by atf, not only test programs, which caused breakage 183 ensure that test cases are properly defined in test programs and helps 194 * All test programs will now print a warning when they are not run through 228 programs in an attempt to aid debugging. Contributed by Antti Kantee. 245 * PR bin/44301: Fixed the sample XSLT file to report bogus test programs 350 * Removed usage messages from test programs to simplify the 353 lines on terminal boundaries. Test programs are not supposed to be run 394 * Added atf-sh, an interpreter to process test programs written using 407 * Fixed test programs to get a sane default value for their source 409 -s when running test programs that do not live in the current directory. [all …]
|
| H A D | Kyuafile | 8 include("test-programs/Kyuafile")
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | TestSuiteMakefileGuide.rst | 20 The ``test-suite`` module contains a number of programs that can be 21 compiled with LLVM and executed. These programs are compiled using the 24 the other programs are compared to the native program output and pass if 28 subset of the available tests or programs. This makes test run times 30 test failures. To run some test only on a subset of programs, simply 31 change directory to the programs you want tested and run ``gmake`` 33 variable to change what tests or run on the selected programs (see below 47 The SingleSource directory contains test programs that are only a 49 programs or small programs that calculate a particular value. Several 50 such programs are grouped together in each directory. [all …]
|
| H A D | TestingGuide.rst | 32 regression tests and whole programs. The regression tests are contained 36 The whole programs tests are referred to as the "LLVM test suite" (or 59 The test suite contains whole programs, which are pieces of code which 61 executed. These programs are generally written in high level languages 64 These programs are compiled using a user specified compiler and set of 66 information. The output of these programs is compared to a reference 69 In addition to compiling and executing programs, whole program tests 71 efficiency of the programs generated as well as the speed with which 95 The more comprehensive test suite that includes whole programs in C and C++ 479 To make RUN line writing easier, there are several helper programs. These [all …]
|
| /minix3/external/mit/xorg/bin/xsetwallpaper/ |
| H A D | Makefile | 13 SRCPATH= ${X11SRCDIR.local}/programs/xsetwallpaper 18 .PATH: ${X11SRCDIR.local}/programs/xsetwallpaper
|
| /minix3/external/bsd/kyua-cli/dist/engine/ |
| H A D | metadata_test.cpp | 94 engine::paths_set programs; in ATF_TEST_CASE_BODY() local 95 programs.insert(fs::path("1-program")); in ATF_TEST_CASE_BODY() 96 programs.insert(fs::path("2-program")); in ATF_TEST_CASE_BODY() 118 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY() 164 engine::paths_set programs; in ATF_TEST_CASE_BODY() local 165 programs.insert(fs::path("the-programs")); in ATF_TEST_CASE_BODY() 180 .set_required_programs(programs) in ATF_TEST_CASE_BODY() 193 ATF_REQUIRE(programs == md.required_programs()); in ATF_TEST_CASE_BODY() 224 engine::paths_set programs; in ATF_TEST_CASE_BODY() local 225 programs.insert(fs::path("program")); in ATF_TEST_CASE_BODY() [all …]
|
| /minix3/external/bsd/kyua-cli/dist/ |
| H A D | NEWS | 47 test programs right from the Kyuafile. This is to make plain test 48 programs more versatile, by allowing them to specify any of the 67 metadata of both test programs and test cases generically, without 96 commands. This allows executing test programs from a different 185 * Enabled logging to stderr for our own test programs. This makes it 196 programs implemented using different frameworks. What this means is 198 programs, but also "legacy" (aka plain) test programs that do not use 199 any framework. I.e. if you have tests that are simple programs that 212 * Generalized the run-time engine to support executing test programs 213 that implement different interfaces. Test programs that use the ATF [all …]
|
| /minix3/external/mit/xorg/bin/ssh-askpass/ |
| H A D | Makefile | 32 SRCPATH= ${X11SRCDIR.local}/programs/x11-ssh-askpass 46 .PATH: ${X11SRCDIR.local}/programs/x11-ssh-askpass
|
| /minix3/external/bsd/bind/dist/unit/atf-src/ |
| H A D | NEWS | 80 processes spawned by atf, not only test programs, which caused breakage 120 ensure that test cases are properly defined in test programs and helps 131 * All test programs will now print a warning when they are not run through 165 programs in an attempt to aid debugging. Contributed by Antti Kantee. 182 * PR bin/44301: Fixed the sample XSLT file to report bogus test programs 287 * Removed usage messages from test programs to simplify the 290 lines on terminal boundaries. Test programs are not supposed to be run 331 * Added atf-sh, an interpreter to process test programs written using 344 * Fixed test programs to get a sane default value for their source 346 -s when running test programs that do not live in the current directory. [all …]
|
| H A D | Atffile | 8 tp: test-programs
|
| /minix3/external/bsd/less/dist/ |
| H A D | README | 78 5. If the make succeeds, it will generate the programs "less", 80 generated programs. 134 6. If the make succeeds, it will generate the programs "LESS.EXE" and 135 "LESSKEY.EXE" in your current directory. Test the generated programs. 160 6. If the make succeeds, it will generate the programs "less.exe" and 161 "lesskey.exe" in your current directory. Test the generated programs. 187 6. If the make succeeds, it will generate the programs "less.exe" and 188 "lesskey.exe" in your current directory. Test the generated programs. 223 6. If the make succeeds, it will generate the programs "less" and 224 "lesskey" in your current directory. Test the generated programs.
|
| /minix3/external/bsd/atf/tests/atf/ |
| H A D | Makefile | 10 test-programs
|
| /minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-09-18-OptimizeExceptions.txt | 7 In C++ programs, exceptions suck, and here's why: 25 6. Most large C++ programs throw few exceptions. Most well designed 26 programs only throw exceptions in specific planned portions of the
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ |
| H A D | README.txt | 2 programs written in languages other than C or C++ to take advantage of the LLVM
|
| /minix3/external/bsd/llvm/dist/llvm/ |
| H A D | llvm.spec.in | 16 and idle-time optimization of programs from arbitrary programming languages. 18 Illinois and Apple. It currently supports compilation of C and C++ programs,
|
| /minix3/external/bsd/byacc/dist/package/pkgsrc/ |
| H A D | DESCR | 6 Some programs depend on a byacc (instead of bison).
|
| /minix3/lib/libc/ |
| H A D | README | 145 foo, the compiler will generate relocations for __foo50. Old programs, 174 programs linked against old versions of libc will see the same 181 so that compiling C programs that call time will yield objects that 182 use the __time50 symbol from libc. However, old programs that were 237 programs that were compiled in NetBSD 5 will continue to work with 238 NetBSD 6's libc. But programs compiled in NetBSD 6 will have 64-bit
|