commit | 1c83cbc4a817acbd7f9abb5b29a2d418a958e6a1 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue Jul 22 18:52:29 2014 -0700 |
committer | Andreas Gampe <agampe@google.com> | Wed Jul 23 10:03:00 2014 -0700 |
tree | aae7ea1d5559718d6e264175aa1cb2ae1fc1e9ed | |
parent | 7dfc30b591aee167f0a38ab61a90894cc76f2066 [diff] [blame] |
ART: Make run tests out of oat tests Transforms all former oat tests into run tests. Change-Id: I190dd39456454c36e5538a2c044d993965a67533
diff --git a/test/etc/host-run-test-jar b/test/etc/host-run-test-jar index d69180b..d72e997 100755 --- a/test/etc/host-run-test-jar +++ b/test/etc/host-run-test-jar
@@ -183,4 +183,4 @@ fi cd $ANDROID_BUILD_TOP -$mkdir_cmd && $prebuild_cmd && $cmdline "$@" +$mkdir_cmd && $prebuild_cmd && LD_PRELOAD=libsigchain.so $cmdline "$@"