From 094553712ca5087ccba1df594643c0538e7d1aaa Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 13 May 2009 23:14:22 -0500 Subject: First parts of some tests to test the properties. --- tests/test-glib-properties-client.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/test-glib-properties-client.c (limited to 'tests/test-glib-properties-client.c') diff --git a/tests/test-glib-properties-client.c b/tests/test-glib-properties-client.c new file mode 100644 index 0000000..bcbd170 --- /dev/null +++ b/tests/test-glib-properties-client.c @@ -0,0 +1,9 @@ + +#include "test-glib-properties.h" + +int +main (int argc, char * argv[]) +{ + + return 0; +} -- cgit v1.2.3