fome-fw/unit_tests/test_cj125.cpp

16 lines
201 B
C++

/*
* test_cj125.cpp
*
* Created on: Jan 3, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#include "test_c125.h"
#include "gtest/gtest.h"
TEST(testCJ125, todo) {
EXPECT_EQ(1, 2 - 1);
}