File tree Expand file tree Collapse file tree
glean/glass/test/regression/Glean/Glass/Regression Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ import System.Environment
1212import qualified Glean.Glass.Regression.Go as Glass
1313
1414main :: IO ()
15- main = getArgs >>= \ args -> withArgs ([" --root" , path] ++ args) Glass. main
15+ main = getArgs >>= \ args ->
16+ withArgs ([" --scip-to-glean" , scipToGlean, " --root" , path] ++ args)
17+ Glass. main
1618 where
1719 path = " glean/lang/go/tests/cases/xrefs"
20+ scipToGlean =
21+ " glean/lang/scip/indexer/scip_to_glean/target/release/scip-to-glean"
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ import System.Environment
1212import qualified Glean.Glass.Regression.SCIP as Glass
1313
1414main :: IO ()
15- main = getArgs >>= \ args -> withArgs ([" --input" , path] ++ args) Glass. main
15+ main = getArgs >>= \ args ->
16+ withArgs ([" --scip-to-glean" , scipToGlean, " --input" , path] ++ args)
17+ Glass. main
1618 where
1719 path = " glean/lang/scip/tests/cases/index.scip"
20+ scipToGlean =
21+ " glean/lang/scip/indexer/scip_to_glean/target/release/scip-to-glean"
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ import System.Environment
1212import qualified Glean.Glass.Regression.TypeScript as Glass
1313
1414main :: IO ()
15- main = getArgs >>= \ args -> withArgs ([" --root" , path] ++ args) Glass. main
15+ main = getArgs >>= \ args ->
16+ withArgs ([" --scip-to-glean" , scipToGlean, " --root" , path] ++ args)
17+ Glass. main
1618 where
1719 path = " glean/lang/typescript-lsif/tests/cases/xrefs"
20+ scipToGlean =
21+ " glean/lang/scip/indexer/scip_to_glean/target/release/scip-to-glean"
You can’t perform that action at this time.
0 commit comments