Home
last modified time | relevance | path

Searched refs:TEST_NAMES (Results 1 – 4 of 4) sorted by relevance

/external/testng/src/main/java/org/testng/
DCommandLineArgs.java103 public static final String TEST_NAMES = "-testnames"; field in CommandLineArgs
104 @Parameter(names = TEST_NAMES, description = "The list of test names to run")
DTestNGAntTask.java564 addStringIfNotBlank(argv, CommandLineArgs.TEST_NAMES, m_testNames); in createArguments()
DTestNG.java1565 String testNames = (String) cmdLineArgs.get(CommandLineArgs.TEST_NAMES); in configure()
/external/vboot_reference/
DMakefile654 TEST_NAMES = \ macro
688 TEST_NAMES += tests/vboot_region_tests
721 TEST_NAMES += ${TEST2X_NAMES} ${TEST20_NAMES} ${TEST21_NAMES}
737 TEST_NAMES += ${TLCL_TEST_NAMES}
740 TEST_BINS = $(addprefix ${BUILD}/,${TEST_NAMES})