~bregma/geis/lp-997630

« back to all changes in this revision

Viewing changes to testsuite/libgeis/check_filter_term.c

  • Committer: Chase Douglas
  • Date: 2012-07-25 23:33:28 UTC
  • mfrom: (274.3.4 geis)
  • Revision ID: chase.douglas@canonical.com-20120725233328-tc5tcwy8i84noqqw
Merge in project rename

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 * Copyright 2012 Canonical Ltd.
6
6
 */
7
7
#include <check.h>
8
 
#include "libutouch-geis/geis_attr.h"
9
 
#include "libutouch-geis/geis_device.h"
10
 
#include "libutouch-geis/geis_filter_term.h"
 
8
#include "libgeis/geis_attr.h"
 
9
#include "libgeis/geis_device.h"
 
10
#include "libgeis/geis_filter_term.h"
11
11
 
12
12
/* verify filter term construction/destruction */
13
13
START_TEST(construct)
93
93
Suite *
94
94
make_filter_term_suite()
95
95
{
96
 
  Suite *s = suite_create("utouch-geis2-filter-term");
 
96
  Suite *s = suite_create("geis2-filter-term");
97
97
 
98
98
  TCase *create = tcase_create("filter-term-creation");
99
99
  tcase_add_test(create, construct);