mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
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); }
|