summaryrefslogtreecommitdiff
path: root/gnome/tests/tests.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/tests/tests.h')
-rw-r--r--gnome/tests/tests.h43
1 files changed, 0 insertions, 43 deletions
diff --git a/gnome/tests/tests.h b/gnome/tests/tests.h
deleted file mode 100644
index 5dc5df3..0000000
--- a/gnome/tests/tests.h
+++ /dev/null
@@ -1,43 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Copyright (C) 2006 Imendio AB
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Author: Martyn Russell <martyn@imendio.com>
- */
-
-#include <check.h>
-
-#ifndef __TESTS_H__
-#define __TESTS_H__
-
-#include <check.h>
-
-#include <glib.h>
-#include <dbus/dbus-glib.h>
-#include <dbus/dbus-glib-bindings.h>
-#include <dbus/dbus-glib-lowlevel.h>
-
-#include <dapi-common.h>
-
-#include "dapi-command-bindings.h"
-
-DBusGProxy *tests_get_dbus_proxy (void);
-
-Suite * tests_create_addressbook_test_suite (void);
-
-#endif /* __TESTS_H__ */