Home
last modified time | relevance | path

Searched refs:testProgram (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java34 String testProgram = System.getProperty("cli_ure_test"); in checkGeneratedCLITypes() local
35 if (testProgram == null || testProgram.length() == 0) in checkGeneratedCLITypes()
38 proc = Runtime.getRuntime().exec(testProgram); in checkGeneratedCLITypes()
/trunk/main/testtools/qa/cli/
H A DCLITest.java37 String testProgram = System.getProperty("cli_test", ""); in runCLITests() local
38 if (testProgram.length() == 0) in runCLITests()
45 String[] cmdarray = new String[] {testProgram, arg1}; in runCLITests()
57 System.out.println("### " + testProgram + " finished with exit code " + retVal); in runCLITests()
/trunk/main/testtools/qa/cliversioning/
H A DVersionTestCase.java36 String testProgram = System.getProperty("cli_test_program"); in checkVersion() local
37 if (testProgram == null || testProgram.length() == 0) in checkVersion()
55 proc = Runtime.getRuntime().exec(testProgram, arEnv); in checkVersion()

Completed in 11 milliseconds