From 1e61ef9d8fc90345a1791912f8a282acf60f124e Mon Sep 17 00:00:00 2001 From: hrocho Date: Fri, 19 Jan 2018 00:39:54 +0100 Subject: [PATCH] test added --- tests/test_storage.cpp | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/tests/test_storage.cpp b/tests/test_storage.cpp index 50307ba..ffdffa2 100644 --- a/tests/test_storage.cpp +++ b/tests/test_storage.cpp @@ -1,21 +1,12 @@ #include "lest.hpp" #include +#include "testutils.h" using namespace std; #include "catima/catima.h" #include "catima/storage.h" -bool rcompare(double a, double b,double eps){ - if(fabs((a-b)/fabs(b))