diff options
Diffstat (limited to 'tests/test_gnunet_chat.h')
-rw-r--r-- | tests/test_gnunet_chat.h | 4 |
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 @@ /* This file is part of GNUnet. - Copyright (C) 2021 GNUnet e.V. + Copyright (C) 2021--2022 GNUnet e.V. GNUnet is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -32,6 +32,8 @@ #include <gnunet/gnunet_chat_lib.h> +#define GNUNET_CHAT_TEST_ACCOUNT "check" + #define CREATE_GNUNET_TEST(test_name, test_call) \ void \ task_##test_call (__attribute__ ((unused)) void *cls, \ |