From 64f2bf41b863a4bd6c89451ed78ed02055e76454 Mon Sep 17 00:00:00 2001 From: Georg Hopp Date: Mon, 14 Nov 2011 14:01:00 +0100 Subject: [PATCH] reflect structural changes in test files --- tests/crypt_test.c | 6 +++--- tests/decrypt_test.c | 6 +++--- tests/dyntype_test.c | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) 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"