Skip to content

Commit

Permalink
Enable unit tests with every build
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Jul 29, 2012
1 parent 9be84c3 commit a4b09a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Base/Common.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,6 @@ GCC_WARN_UNUSED_VARIABLE = YES
// Whether to run the static analyzer with every build
RUN_CLANG_STATIC_ANALYZER = YES

// Whether to run unit tests with every build
TEST_AFTER_BUILD = YES

0 comments on commit a4b09a9

Please sign in to comment.