1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +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> </BuildableProductRunnable>
<CommandLineArguments> <CommandLineArguments>
<CommandLineArgument <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"> isEnabled = "YES">
</CommandLineArgument> </CommandLineArgument>
</CommandLineArguments> </CommandLineArguments>