1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26: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:
Sébastien Helleu
2014-08-25 07:39:31 +02:00
parent 28fb1b1cbe
commit 1838314167
12 changed files with 26 additions and 25 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
extern "C"
{
#include <string.h>
#include "../src/core/wee-hashtable.h"
#include "../src/plugins/plugin.h"
#include "src/core/wee-hashtable.h"
#include "src/plugins/plugin.h"
}
TEST_GROUP(Hashtable)