소스 검색

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