mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-21 20:28:52 +00:00
tests: undef G_DISABLE_ASSERT
Since GLib 2.58, g_test_init started to be no-op if a test is compiled with G_DISABLE_ASSERT defined.
This commit is contained in:
parent
0e6b542ff5
commit
d17e93e696
@ -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>
|
||||
|
@ -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