Skip to content

Commit ad003d3

Browse files
committed
Update all
Signed-off-by: cuiyanx <[email protected]>
1 parent cbef409 commit ad003d3

File tree

3 files changed

+289
-167
lines changed

3 files changed

+289
-167
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Transfer [nn (tag: android-cts-10.0_r2)](https://android.googlesource.com/platfo
66

77
## Start
88

9-
Update or create `./output/cts-all.js` and `./output/cts_supplement-all.js` files.
10-
`./output/cts-all.js` includes test cases in `./output/cts` directory and its sub directory and `./V1_0_plus` directory, `./output/cts_supplement-all.js` includes test cases in `./test_supplement` directory.
9+
Update or create `./output/cts-all.js` and `./test_supplement/cts_supplement-all.js` files.
10+
`./output/cts-all.js` includes test cases in `./output/cts` directory and its sub directory and `./V1_0_plus` directory, `./test_supplement/cts_supplement-all.js` includes test cases in `./test_supplement` directory.
1111

1212
```shell
1313
$ npm start
@@ -42,10 +42,10 @@ $ npm run info
4242
$ python3 ./src/main.py -t ./src/nn/specs
4343
```
4444

45-
2. Create all test cases file as `./output/cts_supplement-all.js` from `./test_supplement`.
45+
2. Create all test cases file as `./test_supplement/cts_supplement-all.js` from `./test_supplement`.
4646

4747
```shell
48-
$ python3 ./src/main.py -s ./test_supplement -a ./output/cts_supplement-all.js
48+
$ python3 ./src/main.py -s ./test_supplement -a ./test_supplement/cts_supplement-all.js
4949
```
5050

5151
3. Create all test cases file as `./output/cts-all.js` from `./output/cts` and `./V1_0_plus`.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"devDependencies": {
1313
},
1414
"scripts": {
15-
"start": "python3 ./src/main.py -c ./output/cts -p ./V1_0_plus -a ./output/cts-all.js && python3 ./src/main.py -s ./test_supplement -a ./output/cts_supplement-all.js",
15+
"start": "python3 ./src/main.py -c ./output/cts -p ./V1_0_plus -a ./output/cts-all.js && python3 ./src/main.py -s ./test_supplement -a ./test_supplement/cts_supplement-all.js",
1616
"transfer": "python3 ./src/main.py -t ./src/nn/specs",
1717
"info": "python3 ./src/main.py -h"
1818
},

0 commit comments

Comments
 (0)