diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:29:00 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-04 14:29:00 +0200 |
| commit | 283effb16646112ee9c6bba57e021e80f322b29f (patch) | |
| tree | 3c0ad588e550f86df21687e82a17e9f1f60443be /test/test.h | |
| parent | fc150adaf3bff133da0e59d842f13b7b21297fc0 (diff) | |
| download | nissy-core-283effb16646112ee9c6bba57e021e80f322b29f.tar.gz nissy-core-283effb16646112ee9c6bba57e021e80f322b29f.zip | |
Avoid repeating typedefs in tests
Diffstat (limited to 'test/test.h')
| -rw-r--r-- | test/test.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test.h b/test/test.h index d7658cb..b90a399 100644 --- a/test/test.h +++ b/test/test.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #define TEST_H | 1 | #define TEST_H |
| 2 | 2 | ||
| 3 | #include <inttypes.h> | 3 | #include <inttypes.h> |
| 4 | #include <pthread.h> | ||
| 4 | #include <stdarg.h> | 5 | #include <stdarg.h> |
| 5 | #include <stdbool.h> | 6 | #include <stdbool.h> |
| 6 | #include <stdio.h> | 7 | #include <stdio.h> |
| @@ -8,6 +9,10 @@ | |||
| 8 | #include <string.h> | 9 | #include <string.h> |
| 9 | 10 | ||
| 10 | #include "../src/arch/arch.h" | 11 | #include "../src/arch/arch.h" |
| 12 | #include "../src/solvers/tables_types_macros.h" | ||
| 13 | #include "../src/solvers/h48/coordinate_macros.h" | ||
| 14 | #include "../src/solvers/h48/map_types_macros.h" | ||
| 15 | #include "../src/solvers/h48/gendata_types_macros.h" | ||
| 11 | 16 | ||
| 12 | #define STRLENMAX 10000 | 17 | #define STRLENMAX 10000 |
| 13 | 18 | ||
