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
> Note: Check the [Makefile](Makefile) for sample usage
48
48
49
+
## Test
50
+
51
+
In order to test the tool there are some predefined androuidx packages. We are running the tool and comparing the output with the expected output commited in the repo.
52
+
To run the test:
53
+
54
+
```shell
55
+
make test-compare-output
56
+
```
57
+
58
+
Then check whether the make command will return an error comparing the files.
59
+
60
+
> Note: If the libs folder content is changed, the expected output should also be changed
0 commit comments