1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

tests: move include of tests/tests.h outside of extern "C"

This commit is contained in:
Sébastien Helleu
2022-03-06 21:35:09 +01:00
parent 74ba21a8c4
commit 5d809df6ed
14 changed files with 28 additions and 25 deletions
@@ -21,6 +21,8 @@
#include "CppUTest/TestHarness.h"
#include "tests/tests.h"
extern "C"
{
#include <stdio.h>
@@ -28,8 +30,6 @@ extern "C"
#include "src/plugins/trigger/trigger.h"
}
#include "tests/tests.h"
#define WEE_CHECK_MODIFIER(__result, __modifier, __string) \
WEE_TEST_STR( \
__result, \