make unit_test and boost_unit_test_framework optional
Bug #619045 reported by
Nasenbaer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
High
|
Unassigned |
Bug Description
The user Lukas mentioned on the German forums, that he has no clue how to get boost_unit_test installed on ubuntu. Because of that (as he did not know about the -DBUILD_
I think that unit_tests should be an extra build option and only that build option should require boost_unit_test - it's a dev. feature and not a enduser feature.
Changed in widelands: | |
status: | In Progress → Fix Committed |
assignee: | Jens Beyer (Qcumber-some) (qcumber-some) → nobody |
To post a comment you must log in.
While I disagree that unittests are a development feature (It saved my bacon so often before, when users could just say: hey i have some problems on my system and this test is also failing); but since we have so few tests I agree that we should disable them at least for release builds. Or even for all builds, I do not care.
Jens, I assigned you as you are the one cmake specialist we have :). Do you have time to take a look at this?