7 Commits

Author SHA1 Message Date
gaaclarke
13145e90cd
ios-unit-tests: Started using rsync instead of cp -R to copy frameworks. (#9471)
* Started using rsync instead of cp -R to copy frameworks.

* Removed stray input files for xcode script.
2019-06-25 08:59:19 -07:00
gaaclarke
b7dd1cdce9
ios-unit-tests: Fixed ocmock system header search paths. (#9469) 2019-06-24 17:04:44 -07:00
gaaclarke
a6e5b10f22
Forgot a usage of a variable in our script. (#9467) 2019-06-24 16:49:19 -07:00
gaaclarke
183a76b38d
Added shebangs to ios unit test scripts. (#9464) 2019-06-24 14:02:38 -07:00
gaaclarke
52ebf4c429
Made sure that the run_tests script returns the right error code. (#9456) 2019-06-24 11:22:41 -07:00
gaaclarke
f6389583f4
Ios unit tests choose engine (#9432)
* Split out the run_tests script to a build_and_run_tests script to make
it easier to run the tests on luci.

* Made build and run pass in its argument to run.
2019-06-21 16:43:35 -07:00
gaaclarke
cd973f8aae
Added unit tests for the ios code. (#9388)
* Added unit tests for the ios code.

* Moved the tests to live next to the source.

* Added mocking library.

* Fixed formatting and removed third_party from the format check.

* fixed formatting 2

* Removed ocmock from third_party.

* Added ocmock to third_party, compile from source.

* removed ocmock from license checking

* updated licenses_flutter

* updated tool_signature
2019-06-20 17:37:03 -07:00