diff options
| author | Petteri Aimonen <jpa@github.mail.kapsi.fi> | 2021-04-29 10:02:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 10:02:02 +0300 |
| commit | 19e5ec621e17916e8877b97e62f0cfeac0ab449a (patch) | |
| tree | d0f50a2410a1fb665e64fea5bb794365878e85b7 | |
| parent | 9b701e574bba3d2a598ad2d4add24426ec1b1275 (diff) | |
Make unittest #include path consistent (#29)
| -rw-r--r-- | unittests/fix16_macros_unittests.c | 2 | ||||
| -rw-r--r-- | unittests/fix16_str_unittests.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unittests/fix16_macros_unittests.c b/unittests/fix16_macros_unittests.c index cdfcfaf..e961d58 100644 --- a/unittests/fix16_macros_unittests.c +++ b/unittests/fix16_macros_unittests.c @@ -1,6 +1,6 @@ /* This test checks that the F16() and F16C() macros work correctly. */ -#include <fix16.h> +#include <libfixmath/fix16.h> #include <stdio.h> #include <math.h> #include <stdbool.h> diff --git a/unittests/fix16_str_unittests.c b/unittests/fix16_str_unittests.c index 46da171..1135eb8 100644 --- a/unittests/fix16_str_unittests.c +++ b/unittests/fix16_str_unittests.c @@ -1,4 +1,4 @@ -#include <fix16.h> +#include <libfixmath/fix16.h> #include <stdio.h> #include <math.h> #include <string.h> |
