1This is a smoke test of a couple cases of minimal dex creation:
2
3The first test tries to create the truly minimal dex file by using the
4--no-files option. The output dump of this is checked to make sure it
5is exactly correct. (There is arguably only one "right" answer.)
6
7The second test tries to convert a minimal classfile and ensures that
8the conversion runs without failure, though the contents of the
9converted file are not checked for correctness.
10