jeffh / Fox

Property Based Testing Library for Objective-C and Swift. QuickCheck for Apple's Platforms.
http://fox-testing.rtfd.org
Other
624 stars 30 forks source link

Test script should not clear Derived Data by default #21

Closed modocache closed 9 years ago

modocache commented 9 years ago

Clearing out Derived Data leads to very long build times on other projects. The test script should be a good citizen and not mess with other projects' build times. So maybe only do it with the flag --clean-derived-data, or something to that effect?