Tsu Chiang Chuang
a0bcd58532
Ensure that the native tests are run from /data/nativetest to match TF.
...
Also cleanup a missing test from test_defs.xml
Change-Id: I9b50bd3f5c7a100a86dd550d367c8ed9a9f2bd62
2014-02-28 10:27:46 +09:00
JP Abgrall
f38107c03f
testrunner: don't hardcode "out"
...
"out" can actually be $OUT_DIR.
"out/host/arch" is actually $ANDROID_HOST_OUT.
Bug: 7183057
Change-Id: I91ed7fdd57da92288f0529ba60cef1520b6d31d3
2013-07-11 17:39:16 -07:00
Nicolas Catania
13a2fcf30d
Added gtest to the list. cd to /sdcard before running native tests.
...
Some test need to be run in a place where they can write on the disk.
I know we should stop using /sdcard but until I see the new document
explaining how the launcher can access the playground, we are going
to keep it that way.
2010-02-10 22:40:47 -08:00
Brett Chabot
e00595bdbe
Remove runtest dependency on current dir being build top.
...
This change is necessary to support relative path based args.
2009-10-21 20:01:31 -07:00
Brett Chabot
924c089879
Refactor runtest test_defs to allow programmatic creation.
...
Previously a test definition could only be created via xml.
Also fix some minor lint warnings.
2009-10-21 14:35:37 -07:00
Xia Wang
12ad9fb10e
1. Add .c extension to native_test.py so that native test in C can also be picked up by testrunner.
...
2. Add netkeystore_test into continuous test cycle.
2009-08-14 15:58:36 -07:00
Brett Chabot
bf7863ec27
runtest: Remove run_command -> android_build dependency.
...
This is desired because run_command is used by puppetmaster which should have
no dependency on android build system.
2009-06-29 17:44:52 -07:00
Brett Chabot
3ae5f8a399
Fix relative class path arg handling in runtest, and some lint errors.
2009-06-28 12:00:47 -07:00
Brett Chabot
764d3fa70d
Add support for running host java tests to runtest.
...
With this change, also refactored runtest as follows: Modified the
test suite schema and python implementation to have an inheritance
structure. Each test type has its own python module, which will
also handle the logic of running the test.
2009-06-26 14:31:52 -07:00