Searched refs:testProgram (Results 1 – 3 of 3) sorted by relevance
44 String testProgram = System.getProperty("cli_ure_test"); in checkGeneratedCLITypes() local45 if (testProgram == null || testProgram.length() == 0) in checkGeneratedCLITypes()50 proc = Runtime.getRuntime().exec(testProgram); in checkGeneratedCLITypes()
44 String testProgram = System.getProperty("cli_test_program"); in checkVersion() local45 if (testProgram == null || testProgram.length() == 0) in checkVersion()63 proc = Runtime.getRuntime().exec(testProgram, arEnv); in checkVersion()
44 String testProgram = System.getProperty("cli_test", ""); in runCLITests() local45 if (testProgram.length() == 0) in runCLITests()52 String[] cmdarray = new String[] {testProgram, arg1}; in runCLITests()
Completed in 19 milliseconds