1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Load the fixtures and write out the diff to a given path.

This commit is contained in:
Rob Rix 2015-10-27 18:46:16 -04:00
parent 19eb676e8e
commit e64f01bf03

View File

@ -63,7 +63,15 @@
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "$(SRCROOT)/UI/term.js"
argument = "$(SRCROOT)/doubt-difftool/Fixtures/before.js"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "$(SRCROOT)/doubt-difftool/Fixtures/after.js"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "$(SRCROOT)/UI/diff.json"
isEnabled = "YES">
</CommandLineArgument>
</CommandLineArguments>