Task #1301 (closed)
Opened 15 years ago
Closed 13 years ago
Document boost_unit_test requirement or remove it
Reported by: | jamoore | Owned by: | jamoore |
---|---|---|---|
Priority: | major | Milestone: | OMERO-4.4 |
Component: | Deployment | Version: | 3.0-M1 |
Keywords: | n.a. | Cc: | mvalle@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | 2012-03-27 (11) |
Description
Re: http://lists.openmicroscopy.org.uk/pipermail/ome-users/2009-April/001512.html
http://www.boost.org/doc/libs/1_34_0/libs/test/doc/index.html is the current testing framework for OmeroCpp. This requirement was not documented anywhere for the 4.0.0 release. It may make sense, however, to move to the build system under:
to simplify the overall install experience.
Change History (4)
comment:1 Changed 15 years ago by jmoore
comment:2 Changed 15 years ago by jmoore
- Type changed from Bug to Task
comment:3 Changed 14 years ago by cxallan
Referencing ticket #1736 has changed sprint.
comment:4 Changed 13 years ago by jmoore
- Milestone changed from Unscheduled to OMERO-Beta4.4
- Resolution set to fixed
- Sprint set to 2012-03-27 (11)
- Status changed from new to closed
With this commit boost is no longer a requirement of 4.4 and beyond:
commit bd69e8b8377becbfba993f0598bdaaa6bd35bd9d Merge: f8107f6 b6362d2 Author: Chris Allan <callan@blackcat.ca> Date: Fri Mar 16 02:30:00 2012 -0700 Merge pull request #123 from joshmoore/gtest Migrate from boost to gtest
Documentation for it will hopefully be done in sphinx.
r4196 and r4197 add a warning when boost_unit_test isn't installed.