浏览代码

Update tester's docs according to new hierarchy

Alois Mahdal 10 年前
父节点
当前提交
8e2d43efc8
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3
    2
      test/README.md

+ 3
- 2
test/README.md 查看文件

@@ -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