2
* Copyright (C) 2011 Canonical Ltd
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.
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.
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/>.
16
* Authored by: Alejandro Piñeiro Iglesias <apinheiro@igalia.com>
19
#ifndef UNITY_A11Y_TESTS_H
20
#define UNITY_A11Y_TESTS_H
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
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.
30
When the Launcher thing became solved (as planned), this tests
31
would be moved/adapted to the unity test system */
33
void unity_run_a11y_unit_tests (void);
35
#endif /* UNITY_A11Y_H */