[Readme] update how-to-test guide
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 15 Jun 2018 01:36:45 +0000 (10:36 +0900)
committer함명주/동작제어Lab(SR)/Principal Engineer/삼성전자 <myungjoo.ham@samsung.com>
Fri, 15 Jun 2018 02:04:45 +0000 (11:04 +0900)
We not have a central testing service at /tests/. Update README accordingly.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
README.md

index d880346..9c88d9b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -89,10 +89,10 @@ $ cd build
 $ ./unittest_common
 ```
 
-For tensor_converter golden test
+For all gst-launch-based test cases (mostly golden testing)
 ```
-$ cd tensor_convert/test
-$ ./runTest.sh
+$ cd tests
+$ ./testAll.sh
 ```
 
 ## [How to write Test Cases](Documentation/how-to-write-testcase.md)