Attempt to fix unit tests on FreeBSD.
Details
Details
- Reviewers
dfaure - Group Reviewers
Frameworks - Commits
- R172:accdbdd65ee0: autotests: Find perl executable on all platforms
Unit tests are able to run Perl script on Linux. (Would be better to test this on all platforms, but I can't do that easily.)
Diff Detail
Diff Detail
- Repository
- R172 KCalendar Core
- Branch
- perl
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 19316 Build 19334: arc lint + arc unit
autotests/CMakeLists.txt | ||
---|---|---|
93 | maybe it would make sense to check for BSD instead? |
autotests/CMakeLists.txt | ||
---|---|---|
93 | I think it's better to minimize platform-specific if-endifs and make CMake code clean rather than micro-optimize per platform. |