mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-07-07 09:05:25 +02:00
8 lines
99 B
C++
8 lines
99 B
C++
![]() |
#include <gtest/gtest.h>
|
||
|
|
||
|
TEST(DummyTest, TestDummy)
|
||
|
{
|
||
|
EXPECT_EQ(1, 1);
|
||
|
ASSERT_EQ(0, 0);
|
||
|
}
|