| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| 2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 |
| 4 EAPI=2 | 4 EAPI=2 |
| 5 | 5 |
| 6 inherit toolchain-funcs flag-o-matic cros-workon autotest | 6 inherit toolchain-funcs flag-o-matic cros-workon autotest |
| 7 | 7 |
| 8 DESCRIPTION="Autotest tests" | 8 DESCRIPTION="Autotest tests" |
| 9 HOMEPAGE="http://src.chromium.org" | 9 HOMEPAGE="http://src.chromium.org" |
| 10 SRC_URI="" | 10 SRC_URI="" |
| (...skipping 30 matching lines...) Expand all Loading... |
| 41 +tests_disktest | 41 +tests_disktest |
| 42 +tests_fsx | 42 +tests_fsx |
| 43 +tests_hackbench | 43 +tests_hackbench |
| 44 +tests_iperf | 44 +tests_iperf |
| 45 tests_ltp | 45 tests_ltp |
| 46 +tests_netperf2 | 46 +tests_netperf2 |
| 47 +tests_netpipe | 47 +tests_netpipe |
| 48 +tests_sleeptest | 48 +tests_sleeptest |
| 49 +tests_unixbench | 49 +tests_unixbench |
| 50 +tests_audiovideo_FFMPEG | 50 +tests_audiovideo_FFMPEG |
| 51 +tests_audiovideo_Microphone |
| 51 +tests_audiovideo_PlaybackRecordSemiAuto | 52 +tests_audiovideo_PlaybackRecordSemiAuto |
| 52 +tests_audiovideo_V4L2 | 53 +tests_audiovideo_V4L2 |
| 53 +tests_build_RootFilesystemSize | 54 +tests_build_RootFilesystemSize |
| 54 +tests_desktopui_ChromeFirstRender | 55 +tests_desktopui_ChromeFirstRender |
| 55 +tests_desktopui_ChromeSemiAuto | 56 +tests_desktopui_ChromeSemiAuto |
| 56 +tests_desktopui_FlashSanityCheck | 57 +tests_desktopui_FlashSanityCheck |
| 57 +tests_desktopui_IBusTest | 58 +tests_desktopui_IBusTest |
| 58 +tests_desktopui_ImeTest | 59 +tests_desktopui_ImeTest |
| 59 +tests_desktopui_KillRestart | 60 +tests_desktopui_KillRestart |
| 60 +tests_desktopui_ScreenLocker | 61 +tests_desktopui_ScreenLocker |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 | 222 |
| 222 CROS_WORKON_PROJECT=autotest | 223 CROS_WORKON_PROJECT=autotest |
| 223 CROS_WORKON_LOCALNAME=../third_party/autotest | 224 CROS_WORKON_LOCALNAME=../third_party/autotest |
| 224 CROS_WORKON_SUBDIR=files | 225 CROS_WORKON_SUBDIR=files |
| 225 | 226 |
| 226 AUTOTEST_DEPS_LIST="" | 227 AUTOTEST_DEPS_LIST="" |
| 227 AUTOTEST_CONFIG_LIST="" | 228 AUTOTEST_CONFIG_LIST="" |
| 228 AUTOTEST_PROFILERS_LIST="" | 229 AUTOTEST_PROFILERS_LIST="" |
| 229 | 230 |
| 230 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz" | 231 AUTOTEST_FILE_MASK="*.a *.tar.bz2 *.tbz2 *.tgz *.tar.gz" |
| OLD | NEW |