~ubuntu-branches/debian/squeeze/gnome-keyring/squeeze

« back to all changes in this revision

Viewing changes to pkcs11/user-store/tests/run-auto-test.c

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Josselin Mouette, Sjoerd Simons
  • Date: 2010-04-27 23:11:24 UTC
  • mfrom: (1.1.58 upstream)
  • Revision ID: james.westby@ubuntu.com-20100427231124-v9o96ml6c56bla35
Tags: 2.30.1-2
[ Josselin Mouette ]
* Update README.Debian to match reality.

[ Sjoerd Simons ]
* Add service file for org.freedesktop.secrets to ensure gnome-keyring gets
  autolaunched when it's needed.

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-auto-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
        test_external_run ("user_module", external_user_module);
 
16
}
 
17
 
 
18
static int run(void) {
 
19
        int ret;
 
20
        initialize_tests ();
 
21
        start_tests ();
 
22
        ret = g_test_run ();
 
23
        run_externals ();
 
24
        stop_tests();
 
25
        return ret;
 
26
}
 
27
#include "tests/gtest-helpers.c"