~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to testsuite/libgeis/check_device.c

  • Committer: Francis Ginther
  • Date: 2012-08-15 17:54:47 UTC
  • Revision ID: francis.ginther@canonical.com-20120815175447-5tc8slc57n8jqb8w
Rename project to simply geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 */
4
4
#include <check.h>
5
5
 
6
 
#include "libutouch-geis/geis_device.h"
7
 
#include "libutouch-geis/geis_attr.h"
 
6
#include "libgeis/geis_device.h"
 
7
#include "libgeis/geis_attr.h"
8
8
#include <stdio.h>
9
9
 
10
10
 
102
102
Suite *
103
103
make_device_suite()
104
104
{
105
 
  Suite *s = suite_create("utouch-geis2-device");
 
105
  Suite *s = suite_create("geis2-device");
106
106
 
107
107
  TCase *create = tcase_create("device-bag-creation");
108
108
  tcase_add_test(create, construct);