mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-09 20:23:13 +02:00
4de9c1d922
for imitating QET on tests (a file, a netwerk link, ...)
6 lines
126 B
C++
6 lines
126 B
C++
#include "../../sources/borderproperties.h"
|
|
|
|
#include <gmock/gmock.h>
|
|
|
|
TEST(googlemocktest, sample_mock) { EXPECT_EQ(1, 1); }
|