Lines Matching refs:tests
27 The tests here come in two varieties - tests written from scratch, and tests
29 tests have been ported, and a forked repository of those that have been made
34 Regardless of origin, all of these tests are executed using the run(1) script
49 New tests should mimic the directory layout of existing tests to the degree
52 cmd - Any support binaries or scripts used by the tests in this package.
54 runfiles - Configuration files that dictate how the tests are run.
55 tests - The tests themselves (see below).
57 The tests you create will be run, and given a PASS or FAIL status in accordance
70 Porting tests from this framework is relatively straightforward. For the most
71 part the tests can be arranged in the new directory structure and added to the
76 Some STF tests consume the values of variables from the user's environment.
80 Groups of tests in STF can automatically source .cfg files specified in the
81 'stf_description' file that exists in an STF directory. Ported tests that