Add AUTOTEST option to CMakeLists.txt#1223
Conversation
|
|
There was a problem hiding this comment.
misc_tools is needed for other things than auto tests. Better add the condition to the existing if inside function(auto_test target).
There was a problem hiding this comment.
Why not add the condition inside the existing if?
Codecov Report
@@ Coverage Diff @@
## master #1223 +/- ##
========================================
- Coverage 82.9% 82.9% -0.1%
========================================
Files 82 82
Lines 14647 14647
========================================
- Hits 12152 12147 -5
- Misses 2495 2500 +5
Continue to review full report at Codecov.
|
|
Can you update README.md with the new option? |
nurupo
left a comment
There was a problem hiding this comment.
Also enable autotests in https://github.com/TokTok/c-toxcore/blob/master/.travis/cmake-freebsd-stage2#L53
c17e1c6 to
1c4d9b6
Compare
This change is