diff --git a/tests/crypt_test.c b/tests/crypt_test.c index 35148c6..25c7bc9 100644 --- a/tests/crypt_test.c +++ b/tests/crypt_test.c @@ -4,9 +4,9 @@ #include #include -#include "bigpoint_cclass.h" -#include "bigpoint_crypt.h" -#include "base64.h" +#include "../bigpoint_cclass.h" +#include "../bigpoint_crypt.h" +#include "../base64.h" int diff --git a/tests/decrypt_test.c b/tests/decrypt_test.c index 68e61d5..a279301 100644 --- a/tests/decrypt_test.c +++ b/tests/decrypt_test.c @@ -4,9 +4,9 @@ #include #include -#include "bigpoint_cclass.h" -#include "bigpoint_crypt.h" -#include "base64.h" +#include "../bigpoint_cclass.h" +#include "../bigpoint_crypt.h" +#include "../base64.h" int diff --git a/tests/dyntype_test.c b/tests/dyntype_test.c index 9761230..d9d25a8 100644 --- a/tests/dyntype_test.c +++ b/tests/dyntype_test.c @@ -2,8 +2,8 @@ #include #include -#include "bigpoint_cclass.h" -#include "bigpoint_dyntype.h" +#include "../bigpoint_cclass.h" +#include "../bigpoint_dyntype.h" #define TEST_STR "this is a foo string"