You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Transfer [nn (tag: android-cts-10.0_r2)](https://android.googlesource.com/platfo
6
6
7
7
## Start
8
8
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.
11
11
12
12
```shell
13
13
$ npm start
@@ -42,10 +42,10 @@ $ npm run info
42
42
$ python3 ./src/main.py -t ./src/nn/specs
43
43
```
44
44
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`.
46
46
47
47
```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
49
49
```
50
50
51
51
3. Create all test cases file as `./output/cts-all.js` from `./output/cts` and `./V1_0_plus`.
0 commit comments