OSDN Git Service

ART: Add smali-based run-test
authorAndreas Gampe <agampe@google.com>
Fri, 3 Oct 2014 23:15:37 +0000 (16:15 -0700)
committerIan Rogers <irogers@google.com>
Sat, 11 Oct 2014 02:09:36 +0000 (19:09 -0700)
commit8fda9f2aec6820ebf1bd550412ec99d9eb3ffa9e
tree1f71ee1840217bda7bb3937f3f06f7eb7f0bc34e
parenteac2738941bc603b8f9fea347b548bfc0c3e3f7a
ART: Add smali-based run-test

Add run-test 800 for smali-based tests. To use, drop a smali file
into the src/ directory and add a TestCase in src/Main.java.

Bug: 17814475

Change-Id: Ica9eb830689862cb3a4ffa0019fbc447c01af744
test/800-smali/build [new file with mode: 0644]
test/800-smali/expected.txt [new file with mode: 0644]
test/800-smali/info.txt [new file with mode: 0644]
test/800-smali/src/Main.java [new file with mode: 0644]
test/800-smali/src/b_17790197.smali [new file with mode: 0644]
test/Android.run-test.mk
test/run-test