1 This is a smoke test of a couple cases of minimal dex creation: 2 3 The 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 5 is exactly correct. (There is arguably only one "right" answer.) 6 7 The second test tries to convert a minimal classfile and ensures that 8 the conversion runs without failure, though the contents of the 9 converted file are not checked for correctness. 10