!Compile: header and meta::naming rework in the rest of lib
This commit is contained in:
+1
-3
@@ -18,12 +18,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#include <gtest.h>
|
||||
#include <iostream>
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
|
||||
GTEST_API_ int main(int argc, char **argv) {
|
||||
std::cout << "Running tests from main.cpp\n";
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#include <gtest.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <utl/com/_1wire_uart.h>
|
||||
|
||||
/*!
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#include <gtest.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <utl/com/i2c_bb.h>
|
||||
|
||||
/*!
|
||||
|
||||
@@ -17,9 +17,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#include <gtest.h>
|
||||
#include <gtest/gtest.h>
|
||||
#include <utl/com/spi_bb.h>
|
||||
|
||||
|
||||
/*!
|
||||
* \warning
|
||||
* This is not right way of testing communication interfaces. We have to
|
||||
|
||||
Reference in New Issue
Block a user