https://github.com/ElsevierSoftwareX/SOFTX_2019_219
Revision 9e18e05399807a4e13becbc58957448a92d77929 authored by Konrad Werys on 31 August 2018, 13:19:59 UTC, committed by Konrad Werys on 31 August 2018, 13:20:39 UTC
1 parent 8605e71
Raw File
Tip revision: 9e18e05399807a4e13becbc58957448a92d77929 authored by Konrad Werys on 31 August 2018, 13:19:59 UTC
moving to do codecov, adding a sudo
Tip revision: 9e18e05
OxShmolli2Options_test.cpp
/*!
 * \file OxShmolli2Options_test.cpp
 * \author Konrad Werys
 * \date 2018/08/19
 */

#include "gtest/gtest.h"

#include "OxShmolli2Options.h"

// TODO: implement tests here

//TEST(OxShmolli2Options, doAnything) {
//
//    typedef double TYPE;
//
//    Ox::OxShmolli2Options<TYPE> opts("testData/Hcmr_Phantom_1916_Shmolli_192i_e11_fileList.yaml");
//    opts.printCurrent();
//
//    EXPECT_TRUE(false);
//}
back to top