Explorar el Código

Update tester's docs according to new hierarchy

Alois Mahdal hace 11 años
padre
commit
8e2d43efc8
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3
    2
      test/README.md

+ 3
- 2
test/README.md Ver fichero

9
 only the matching ones.
9
 only the matching ones.
10
 
10
 
11
 Tests can be written in any scripting language--they just need to be
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
 Naming
17
 Naming