diff options
author | Oskar <> | 2024-03-22 13:25:56 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 13:25:56 +0100 |
commit | 55ac4ebe3bed9b112fa553abece277b309c76bb9 (patch) | |
tree | ec8c922f7ddf85d1561f3411d7be79c43cd7f02b /test/validate_check_p_m.c | |
parent | 45a12e60a3c13203939626b8c70b76b387a73396 (diff) |
updated test/Makefile for easier testing
Diffstat (limited to 'test/validate_check_p_m.c')
-rw-r--r-- | test/validate_check_p_m.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/validate_check_p_m.c b/test/validate_check_p_m.c index 2af38df..8809f9a 100644 --- a/test/validate_check_p_m.c +++ b/test/validate_check_p_m.c @@ -3,9 +3,9 @@ #include <unistd.h> #include <string.h> #include <errno.h> -#include "7ed.h" -#include "i_validation.h" -#include "input.h" +#include "../7ed.h" +#include "../i_validation.h" +#include "../input.h" #include <stdint.h> // Test for validate_check_p_m |