You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an integration tests that allows to check that the project generated actually compiles. Any error during, compilation or execution of the final product should fail the test.
seed empty project
some source code classes that will be added using the module
using the module, link against some frameworks and set some flags
compile the Xcode project and run it's product
compare some output of the product against some expected string.
The text was updated successfully, but these errors were encountered:
Create an integration tests that allows to check that the project generated actually compiles. Any error during, compilation or execution of the final product should fail the test.
The text was updated successfully, but these errors were encountered: