|
@@ -9,8 +9,9 @@ Running tests is handled by test/runtests:
|
9
|
9
|
only the matching ones.
|
10
|
10
|
|
11
|
11
|
Tests can be written in any scripting language--they just need to be
|
12
|
|
-put into test/scripts directory, equipped with proper shebang line and
|
13
|
|
-marked as executable.
|
|
12
|
+put into test/tests directory, where each test consists of directory
|
|
13
|
+containing an executable file TF_RUN along with all data needed for the
|
|
14
|
+execution.
|
14
|
15
|
|
15
|
16
|
|
16
|
17
|
Naming
|