mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +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:
@@ -26,8 +26,8 @@ extern "C"
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <wctype.h>
|
||||
#include "../tests/tests.h"
|
||||
#include "../src/core/wee-utf8.h"
|
||||
#include "tests/tests.h"
|
||||
#include "src/core/wee-utf8.h"
|
||||
}
|
||||
|
||||
const char *noel_valid = "no\xc3\xabl"; /* noël */
|
||||
|
||||
Reference in New Issue
Block a user