!Compile: header and meta::naming rework in the rest of lib

This commit is contained in:
Christos Houtouridis
2019-01-24 10:48:31 +02:00
parent 031349a44d
commit 1ac1e0bf73
25 changed files with 203 additions and 373 deletions
+1 -3
View File
@@ -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();
}
+1 -1
View File
@@ -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>
/*!
+1 -1
View File
@@ -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>
/*!
+2 -1
View File
@@ -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