Skip to content

Commit

Permalink
Add LIT tests in BUCK
Browse files Browse the repository at this point in the history
Reviewed By: neildhar

Differential Revision: D68728004

fbshipit-source-id: a503b2faa017c51339b6681b1fd844b2bf403329
  • Loading branch information
lavenzg authored and facebook-github-bot committed Jan 31, 2025
1 parent e779fc8 commit ee84ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ if lit_config.params.get("hermesc"):
if lit_config.params.get("hermes"):
config.substitutions.append(("%hermes", lit_config.params["hermes"].replace('\\', '/') + " " + os.environ.get("LIT_HERMES_EXTRA_FLAGS", "")))
if lit_config.params.get("shermes"):
config.substitutions.append(("%shermes", lit_config.params["shermes"].replace('\\', '/')))
config.substitutions.append(("%shermes", lit_config.params["shermes"].replace('\\', '/') + " " + os.environ.get("LIT_SHERMES_EXTRA_FLAGS", "")))
if lit_config.params.get("hdb"):
config.substitutions.append(("%hdb", lit_config.params["hdb"].replace('\\', '/')))
if lit_config.params.get("hbcdump"):
Expand Down

0 comments on commit ee84ec0

Please sign in to comment.