Searched refs:ohTestCasesGeneration (Results 1 – 1 of 1) sorted by relevance
/third_party/typescript/ |
D | Gulpfile.js | 321 const ohTestCasesGeneration = async () => { function 328 task("tests", series(preBuild, ohTestCasesGeneration, parallel(buildLssl, buildTests))); 456 task("runtests", series(preBuild, ohTestCasesGeneration, preTest, runTests, postTest)); 477 task("runtests-parallel", series(preBuild, ohTestCasesGeneration, preTest, runTestsParallel, postTe…
|