~mial/ubuntu/oneiric/unity/bug-791810

« back to all changes in this revision

Viewing changes to src/unitya11ytests.h

  • Committer: Rodrigo Moya
  • Date: 2011-03-15 10:57:34 UTC
  • mfrom: (949 trunk)
  • mto: This revision was merged to the branch mainline in revision 965.
  • Revision ID: rodrigo.moya@canonical.com-20110315105734-9z1bui3v4rvb6vt9
Merge from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2011 Canonical Ltd
 
3
 *
 
4
 * This program is free software: you can redistribute it and/or modify
 
5
 * it under the terms of the GNU General Public License version 3 as
 
6
 * published by the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 *
 
16
 * Authored by: Alejandro Piñeiro Iglesias <apinheiro@igalia.com>
 
17
 */
 
18
 
 
19
#ifndef UNITY_A11Y_TESTS_H
 
20
#define UNITY_A11Y_TESTS_H
 
21
 
 
22
/* For the moment we can't add the a11y tests to the current unity
 
23
   tests, as it would require to include the Launcher, that right now
 
24
   include symbols only available to a compiz plugin (so not available
 
25
   for a standalone app.
 
26
 
 
27
   So right now this tests are executed by hand during the developing
 
28
   of the accessibility support, but not executed as a standalone test.
 
29
 
 
30
   When the Launcher thing became solved (as planned), this tests
 
31
   would be moved/adapted to the unity test system */
 
32
 
 
33
void unity_run_a11y_unit_tests (void);
 
34
 
 
35
#endif /* UNITY_A11Y_H */