~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to testsuite/libgeis/check_class.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_class.h"
 
6
#include "libgeis/geis_class.h"
7
7
#include <stdio.h>
8
8
 
9
9
 
82
82
Suite *
83
83
make_gesture_class_suite()
84
84
{
85
 
  Suite *s = suite_create("utouch-geis2-gesture_class");
 
85
  Suite *s = suite_create("geis2-gesture_class");
86
86
 
87
87
  TCase *create = tcase_create("gesture-class-bag-creation");
88
88
  tcase_add_test(create, construct);