fome-fw/unit_tests/test_cj125.cpp

16 lines
201 B
C++
Raw Normal View History

2019-01-03 04:57:34 -08:00
/*
* test_cj125.cpp
*
* Created on: Jan 3, 2019
* @author Andrey Belomutskiy, (c) 2012-2019
*/
#include "test_c125.h"
2019-01-03 17:14:23 -08:00
#include "gtest/gtest.h"
2019-01-03 04:57:34 -08:00
2019-01-03 17:14:23 -08:00
TEST(testCJ125, todo) {
EXPECT_EQ(1, 2 - 1);
2019-01-03 04:57:34 -08:00
}