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
In environments where it is not possible or practical to use the cgreen-runner it is still possible to avoid the manual labour of keeping your driver code updated when you change or add to the tests.
The following Makefile extract shows the principle, using grep and sed, and should be documented as a makeshift alternative. The only prerequisite is that you keep the Ensure()'s on single lines.
In environments where it is not possible or practical to use the
cgreen-runner
it is still possible to avoid the manual labour of keeping your driver code updated when you change or add to the tests.The following Makefile extract shows the principle, using grep and sed, and should be documented as a makeshift alternative. The only prerequisite is that you keep the
Ensure()
's on single lines.The text was updated successfully, but these errors were encountered: