You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to add a new Unit Test consisting of invoking cmake to build a simple program using the just-generated gtsam*-config.cmake + gtsam*-targets.cmake, etc.
Motivation
Detect bugs regarding exported targets for different build configurations, usage of embedded vs system libraries etc.
This would be awesome and a separate "test suite" I guess? We already have a Matlab wrapper Hello World example, adding a python and C++ version and just having CMake build and call those (very doable from experience) would be of tremendous value.
At least testing it in one or two systems/configurations would be great :-)
As @varunagrawal says, "all" that is required is to call cmake a couple of times and check its process numeric result.
Feature
It would be great to add a new Unit Test consisting of invoking cmake to build a simple program using the just-generated
gtsam*-config.cmake
+gtsam*-targets.cmake
, etc.Motivation
Detect bugs regarding exported targets for different build configurations, usage of embedded vs system libraries etc.
Additional context
Related to: #292, #332
The text was updated successfully, but these errors were encountered: