summaryrefslogtreecommitdiff
path: root/gck/gck-mock.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-04-23 11:43:39 +0200
committerStef Walter <stefw@collabora.co.uk>2011-04-23 12:14:05 +0200
commit1cc50829a772cc3468afd14fb4d70d9ed44ad110 (patch)
tree2b10d38b5d9e430d8f02173569ff6fc8ae3fae51 /gck/gck-mock.h
parent4edf9c53eaf1b818f9788a83b47548c9882a1c2e (diff)
downloadgcr-1cc50829a772cc3468afd14fb4d70d9ed44ad110.tar.gz
Better testing configure options.
* --enable-tests=yes/no/full * With 'full' the testing hooks in gnome-keyring-daemon are built * Different libraries are built in testable and non-testable versions.
Diffstat (limited to 'gck/gck-mock.h')
-rw-r--r--gck/gck-mock.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gck/gck-mock.h b/gck/gck-mock.h
index db14f36..2b2c8e1 100644
--- a/gck/gck-mock.h
+++ b/gck/gck-mock.h
@@ -29,8 +29,6 @@
#ifndef GCK_MOCK_H
#define GCK_MOCK_H
-#ifdef WITH_TESTS
-
CK_RV gck_mock_C_Initialize (CK_VOID_PTR pInitArgs);
CK_RV gck_mock_validate_and_C_Initialize (CK_VOID_PTR pInitArgs);
@@ -419,6 +417,4 @@ void gck_mock_module_set_pin (const gchar
#define GCK_MOCK_SLOT_ONE_URI "pkcs11:manufacturer=TEST%20MANUFACTURER;serial=TEST%20SERIAL"
-#endif /* WITH_TESTS */
-
-#endif /* TESTMODULE_H_ */
+#endif /* GCK_MOCK_H */