blob: eb1ce36f5dda9ed000759477f81579b5b0fbdc8a [file] [log] [blame]
jeffhao5d1ac922011-09-29 17:41:15 -07001VM test harness.
2
3Use "./run-all-tests" to run all tests, or "./run-test <number>" to run a
4single test. Run "./run-test" with no arguments to see command flags;
5in particular, the tests can be run on the desktop, on a USB-attached
6device, or using the desktop "reference implementation".
7
8
9For most tests, the sources are in the "src" subdirectory. Sources found
10in the "src2" directory are compiled separately but to the same output
11directory; this can be used to exercise "API mismatch" situations by
12replacing class files created in the first pass. The "src-ex" directory
13is built separately, and is intended for exercising class loaders.