Commit 64f2bf41b863a4bd6c89451ed78ed02055e76454
1 parent
eb7a68d4
reflect structural changes in test files
Showing
3 changed files
with
8 additions
and
8 deletions
| @@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
| 4 | #include <stdio.h> | 4 | #include <stdio.h> |
| 5 | #include <sys/types.h> | 5 | #include <sys/types.h> |
| 6 | 6 | ||
| 7 | -#include "bigpoint_cclass.h" | ||
| 8 | -#include "bigpoint_crypt.h" | ||
| 9 | -#include "base64.h" | 7 | +#include "../bigpoint_cclass.h" |
| 8 | +#include "../bigpoint_crypt.h" | ||
| 9 | +#include "../base64.h" | ||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | int | 12 | int |
| @@ -4,9 +4,9 @@ | @@ -4,9 +4,9 @@ | ||
| 4 | #include <stdio.h> | 4 | #include <stdio.h> |
| 5 | #include <sys/types.h> | 5 | #include <sys/types.h> |
| 6 | 6 | ||
| 7 | -#include "bigpoint_cclass.h" | ||
| 8 | -#include "bigpoint_crypt.h" | ||
| 9 | -#include "base64.h" | 7 | +#include "../bigpoint_cclass.h" |
| 8 | +#include "../bigpoint_crypt.h" | ||
| 9 | +#include "../base64.h" | ||
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | int | 12 | int |
| @@ -2,8 +2,8 @@ | @@ -2,8 +2,8 @@ | ||
| 2 | #include <string.h> | 2 | #include <string.h> |
| 3 | #include <json/json.h> | 3 | #include <json/json.h> |
| 4 | 4 | ||
| 5 | -#include "bigpoint_cclass.h" | ||
| 6 | -#include "bigpoint_dyntype.h" | 5 | +#include "../bigpoint_cclass.h" |
| 6 | +#include "../bigpoint_dyntype.h" | ||
| 7 | 7 | ||
| 8 | #define TEST_STR "this is a foo string" | 8 | #define TEST_STR "this is a foo string" |
| 9 | 9 |
Please
register
or
login
to post a comment