Task #644 (closed)
Opened 12 years ago
Closed 12 years ago
Setup OMERO.cpp testing framework.
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0-Beta2 |
| Component: | Deployment | Version: | 3.0-Beta1 |
| Keywords: | blitz, iteration3, cpp, testing | Cc: | david@…, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
There needs to be a way to unit and integration test the OmeroCpp bindings for OmeroBlitz .
Change History (4)
comment:1 Changed 12 years ago by jmoore
comment:2 Changed 12 years ago by jmoore
- Cc callan added
Currently, the build fails when libcppunit is not installed because of the missing AM_PATH_CPPUNIT macro.
comment:3 Changed 12 years ago by jmoore
r1374 prevents an error if libcppunit is missing. The generated ./test binary simple returns 0.
comment:4 Changed 12 years ago by jmoore
- Resolution set to fixed
- Status changed from new to closed
Going to consider this "setup' with r1374. Just need to start using it.
r1357 adds a sample for using CppUnit?. Perhaps this is what we want. (Seems like a lot of manually listing things, though. It'd be nice if like JUnit, it would automatically test all test* methods.)