aboutsummaryrefslogtreecommitdiff
path: root/tests/test_gnunet_chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_gnunet_chat.h')
-rw-r--r--tests/test_gnunet_chat.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_gnunet_chat.h b/tests/test_gnunet_chat.h
index 80803d3..2172611 100644
--- a/tests/test_gnunet_chat.h
+++ b/tests/test_gnunet_chat.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021 GNUnet e.V. 3 Copyright (C) 2021--2022 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -32,6 +32,8 @@
32 32
33#include <gnunet/gnunet_chat_lib.h> 33#include <gnunet/gnunet_chat_lib.h>
34 34
35#define GNUNET_CHAT_TEST_ACCOUNT "check"
36
35#define CREATE_GNUNET_TEST(test_name, test_call) \ 37#define CREATE_GNUNET_TEST(test_name, test_call) \
36void \ 38void \
37task_##test_call (__attribute__ ((unused)) void *cls, \ 39task_##test_call (__attribute__ ((unused)) void *cls, \