mirror of https://github.com/rusefi/wideband.git
stub some tests
This commit is contained in:
parent
b73770fe85
commit
d549b42629
|
@ -24,6 +24,8 @@ CPPSRC += \
|
|||
gtest-all.cpp \
|
||||
gmock-all.cpp \
|
||||
gtest_main.cpp \
|
||||
tests/test_sampler.cpp \
|
||||
tests/test_heater.cpp \
|
||||
|
||||
INCDIR += \
|
||||
$(PROJECT_DIR)/googletest/googlemock/ \
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(Heater, Basic)
|
||||
{
|
||||
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
#include <gtest/gtest.h>
|
||||
|
||||
TEST(Sampler, Basic)
|
||||
{
|
||||
|
||||
}
|
Loading…
Reference in New Issue