1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

tests: fix build of tests when the build directory is outside source tree (closes #178)

This commit is contained in:
Sébastien Helleu
2014-08-25 07:38:38 +02:00
parent 8672430acd
commit f39b37351c
12 changed files with 26 additions and 25 deletions
+2 -2
View File
@@ -26,8 +26,8 @@ extern "C"
#include <stdio.h>
#include <string.h>
#include <regex.h>
#include "../tests/tests.h"
#include "../src/core/wee-string.h"
#include "tests/tests.h"
#include "src/core/wee-string.h"
}
#define ONE_KB 1000ULL