ode-toolbox

ODE integration tools
git clone https://git.0xfab.ch/ode-toolbox.git
Log | Files | Refs | README | LICENSE

commit eba1311317c35c62e7ab6fdee04e5eeeb579b94d
parent 46a205016bafafac9cbcdfc9a15f97783ba1e4f9
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Sat, 19 Dec 2020 00:00:45 +0100

Add test for orderVerification

Diffstat:
Mtest/orderVerification/meson.build | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/orderVerification/meson.build b/test/orderVerification/meson.build @@ -1,3 +1,4 @@ -executable('orderVerification', 'orderVerification.cpp', - dependencies: [header_deps, dependencies], - cpp_args: cpp_args) +exec = executable('orderVerification', 'orderVerification.cpp', + dependencies: deps) + +test('order_verification', exec, args: ['-ts_tend', '10'])