mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 13:56:37 +02:00
tests: move include of tests/tests.h outside of extern "C"
This commit is contained in:
@@ -21,6 +21,8 @@
|
||||
|
||||
#include "CppUTest/TestHarness.h"
|
||||
|
||||
#include "tests/tests.h"
|
||||
|
||||
extern "C"
|
||||
{
|
||||
#include <stdio.h>
|
||||
@@ -31,8 +33,6 @@ extern "C"
|
||||
extern char *irc_server_build_autojoin (struct t_irc_server *server);
|
||||
}
|
||||
|
||||
#include "tests/tests.h"
|
||||
|
||||
#define IRC_FAKE_SERVER "fake"
|
||||
|
||||
TEST_GROUP(IrcServer)
|
||||
|
||||
Reference in New Issue
Block a user