diff options
| author | 2023-02-07 17:48:28 +0000 | |
|---|---|---|
| committer | 2023-02-07 17:48:28 +0000 | |
| commit | 705346372df1fee924c3f6d8bb7413fa2ed587e8 (patch) | |
| tree | e5b4d2e04935faf584ff45f92b209057cfbafaae /c_test/creole.c | |
| parent | move python (diff) | |
move tests
Diffstat (limited to '')
| -rw-r--r-- | c_test/creole.c (renamed from test_creole.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_creole.c b/c_test/creole.c index c645818..5f73cd6 100644 --- a/test_creole.c +++ b/c_test/creole.c @@ -1,6 +1,6 @@ #include "greatest.h" GREATEST_MAIN_DEFS(); -#include "creole.c" +#include "../creole.c" /************************************************************************** * Reader |
