[tests] Relative includes in tests to fix compilation issues on gcc/Ubuntu

This commit is contained in:
Al
2016-01-28 17:04:02 -05:00
parent 76445c4bf7
commit 0da3774b1e
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
#include <stdarg.h>
#include "greatest.h"
#include "transliterate.h"
#include "../src/transliterate.h"
SUITE(libpostal_transliteration_tests);