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/encode_decode.c | |
| parent | move python (diff) | |
move tests
Diffstat (limited to '')
| -rw-r--r-- | c_test/encode_decode.c (renamed from test_encode_decode.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_encode_decode.c b/c_test/encode_decode.c index fb0ba31..6a90490 100644 --- a/test_encode_decode.c +++ b/c_test/encode_decode.c @@ -2,7 +2,7 @@ #include <assert.h> #include <stdio.h> #include <stdlib.h> -#include "creole.c" +#include "../creole.c" #if 0 struct seq { |
