mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-09 02:20:35 +08:00
Added coverage source.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// dummy code to instantiate all templates for coverage
|
||||
|
||||
#include <Matrix.hpp>
|
||||
#include <Vector.hpp>
|
||||
#include <Vector3.hpp>
|
||||
#include <Euler.hpp>
|
||||
#include <Scalar.hpp>
|
||||
#include <Quaternion.hpp>
|
||||
|
||||
template Vector<float, 2>;
|
||||
template Euler<float>;
|
||||
template Scalar<float>;
|
||||
template Matrix<float, 3, 3>;
|
||||
Reference in New Issue
Block a user