mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
tests: fix build of tests when the build directory is outside source tree (closes #178)
(cherry picked from commit f39b37351c)
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
extern "C"
|
||||
{
|
||||
#include <stdio.h>
|
||||
#include "../src/core/wee-eval.h"
|
||||
#include "../src/core/wee-config.h"
|
||||
#include "../src/core/wee-hashtable.h"
|
||||
#include "../src/core/wee-version.h"
|
||||
#include "../src/plugins/plugin.h"
|
||||
#include "src/core/wee-eval.h"
|
||||
#include "src/core/wee-config.h"
|
||||
#include "src/core/wee-hashtable.h"
|
||||
#include "src/core/wee-version.h"
|
||||
#include "src/plugins/plugin.h"
|
||||
}
|
||||
|
||||
#define WEE_CHECK_EVAL(__result, __expr) \
|
||||
|
||||
Reference in New Issue
Block a user