aboutsummaryrefslogtreecommitdiff
path: root/tests/name-watch-test.cc
blob: b5a1db3d41582be0184136faef83010cb1e85d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

#include <gio/gio.h>
#include <gtest/gtest.h>

class NameWatchTest : public ::testing::Test
{
	protected:
		virtual void SetUp() {

		}

		virtual void TearDown() {

		}
};

TEST_F(NameWatchTest, DummyTest)
{


}