~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to library/tests/run-prompt-test.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-16 19:00:06 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100216190006-cqpnic4zxlkmmi0o
Tags: 2.29.90git20100218-0ubuntu1
Updated to a git snapshot version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* This is auto-generated code. Edit at your own peril. */
2
 
#include "tests/gtest-helpers.h"
3
 
#include "run-prompt-test.h"
4
 
 
5
 
static void start_tests (void) {
6
 
        start_setup_daemon ();
7
 
}
8
 
 
9
 
static void stop_tests (void) {
10
 
        stop_setup_daemon ();
11
 
}
12
 
 
13
 
static void initialize_tests (void) {
14
 
        g_test_add("/login-prompt/create_unlock_login", int, NULL, NULL, test_create_unlock_login, NULL);
15
 
        g_test_add("/login-prompt/auto_keyring", int, NULL, NULL, test_auto_keyring, NULL);
16
 
        g_test_add("/login-prompt/auto_keyring_stale", int, NULL, NULL, test_auto_keyring_stale, NULL);
17
 
        g_test_add("/keyrings-prompt/stash_default", int, NULL, NULL, test_stash_default, NULL);
18
 
        g_test_add("/keyrings-prompt/create_prompt_keyring", int, NULL, NULL, test_create_prompt_keyring, NULL);
19
 
        g_test_add("/keyrings-prompt/change_prompt_keyring", int, NULL, NULL, test_change_prompt_keyring, NULL);
20
 
        g_test_add("/keyrings-prompt/acls", int, NULL, NULL, test_acls, NULL);
21
 
        g_test_add("/keyrings-prompt/application_secret", int, NULL, NULL, test_application_secret, NULL);
22
 
        g_test_add("/keyrings-prompt/unlock_prompt", int, NULL, NULL, test_unlock_prompt, NULL);
23
 
        g_test_add("/keyrings-prompt/find_locked", int, NULL, NULL, test_find_locked, NULL);
24
 
        g_test_add("/keyrings-prompt/get_info_locked", int, NULL, NULL, test_get_info_locked, NULL);
25
 
        g_test_add("/keyrings-prompt/cleanup", int, NULL, NULL, test_cleanup, NULL);
26
 
}
27
 
 
28
 
#include "tests/gtest-helpers.c"