Xcode: Add additional command line parameters in the unit tests to match those passed in the CI

This commit is contained in:
Celtic Minstrel 2022-07-01 23:08:38 -04:00
parent c2593ff79c
commit d3124af4a5

View file

@ -52,6 +52,14 @@
</BuildableReference>
</BuildableProductRunnable>
<CommandLineArguments>
<CommandLineArgument
argument = "--color_output"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--log_level=test_suite"
isEnabled = "YES">
</CommandLineArgument>
<CommandLineArgument
argument = "--run_test=test_preproc_defines"
isEnabled = "NO">