AcceptanceMark icon indicating copy to clipboard operation
AcceptanceMark copied to clipboard

Include all generated XCTests into an Xcode test target

Open bizz84 opened this issue 9 years ago • 0 comments

Purpose: Keep AcceptanceMark Test target up to date as input files are modified.

By running amtool, all the required test files are written into an output folder.

Unless amtool keeps the test target up to date, the user is responsible for making sure that all the test files are included in the test target, which is error prone and a time drain.

We need a way of hooking into the client Xcode project to keep the test target up to date.

bizz84 avatar Aug 09 '16 16:08 bizz84