You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
454 B
10 lines
454 B
This is a smoke test of a couple cases of minimal dex creation:
|
|
|
|
The first test tries to create the truly minimal dex file by using the
|
|
--no-files option. The output dump of this is checked to make sure it
|
|
is exactly correct. (There is arguably only one "right" answer.)
|
|
|
|
The second test tries to convert a minimal classfile and ensures that
|
|
the conversion runs without failure, though the contents of the
|
|
converted file are not checked for correctness.
|