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

« back to all changes in this revision

Viewing changes to pkcs11/user-store/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
}
 
7
 
 
8
static void stop_tests (void) {
 
9
}
 
10
 
 
11
static void initialize_tests (void) {
 
12
}
 
13
 
 
14
static void run_externals (void) {
 
15
}
 
16
 
 
17
static int run(void) {
 
18
        int ret;
 
19
        initialize_tests ();
 
20
        start_tests ();
 
21
        ret = g_test_run ();
 
22
        run_externals ();
 
23
        stop_tests();
 
24
        return ret;
 
25
}
 
26
#include "tests/gtest-helpers.c"