mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
Merge branch 'wip/dueno/disable-assert-tests' into 'master'
tests: undef G_DISABLE_ASSERT Closes #26 See merge request GNOME/libsecret!33
This commit is contained in:
commit
9a8f49f237
@ -22,6 +22,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "egg/egg-dh.h"
|
||||
#include "egg/egg-secure-memory.h"
|
||||
#include "egg/egg-testing.h"
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "egg/egg-hex.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
@ -32,6 +34,8 @@
|
||||
|
||||
#include <gcrypt.h>
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
EGG_SECURE_DEFINE_GLIB_GLOBALS ();
|
||||
|
||||
static void
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "egg/egg-secure-memory.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@ -110,4 +110,5 @@ secret_get_schema (SecretSchemaType type)
|
||||
default:
|
||||
g_assert_not_reached ();
|
||||
}
|
||||
g_return_val_if_reached (NULL);
|
||||
}
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-attributes.h"
|
||||
#include "secret-private.h"
|
||||
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-collection.h"
|
||||
#include "secret-service.h"
|
||||
#include "secret-paths.h"
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-collection.h"
|
||||
#include "secret-item.h"
|
||||
#include "secret-service.h"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-attributes.h"
|
||||
#include "secret-collection.h"
|
||||
#include "secret-item.h"
|
||||
|
@ -14,6 +14,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-password.h"
|
||||
#include "secret-paths.h"
|
||||
#include "secret-private.h"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-attributes.h"
|
||||
#include "secret-collection.h"
|
||||
#include "secret-item.h"
|
||||
|
@ -15,6 +15,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-item.h"
|
||||
#include "secret-service.h"
|
||||
#include "secret-private.h"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-collection.h"
|
||||
#include "secret-item.h"
|
||||
#include "secret-service.h"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-item.h"
|
||||
#include "secret-service.h"
|
||||
#include "secret-paths.h"
|
||||
|
@ -13,6 +13,8 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include "secret-value.h"
|
||||
#include "secret-private.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user